874 B
874 B
st - simple terminal emulator for X.
Bindings
- Scrollback: with
shift-↑/↓
orshift-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
andctrl+shift+v
orctrl+shift-insert
Requirements
make
tool for buildinglibXft
library for fonts drawingXlib
header files for interacting with an X serverFira Code
just default font, which you can change it inconfig.h
Patches
- st-solarized
- st-scrollback
- st-scrollback-mouse
- alpha
Simple installation
git clone https://github.com/ssilaev/st
cd st
sudo make install