st/README.md

874 B

st - simple terminal emulator for X.

Bindings

  • Scrollback: with shift-↑/↓ or shift-h/shift-j
  • Scrollback mouse: shift while scrolling the mouse
  • Change font size:ctrl+shift-↑/↓
  • Reset font size: ctrl+shifts-home returns to default
  • Copy/Paste text: with ctrl+shift-c and ctrl+shift+v or ctrl+shift-insert

Requirements

  • make tool for building
  • libXft library for fonts drawing
  • Xlib header files for interacting with an X server
  • Fira Code just default font, which you can change it in config.h

Patches

  • st-solarized
  • st-scrollback
  • st-scrollback-mouse
  • alpha

Simple installation

git clone https://github.com/ssilaev/st
cd st
sudo make install