st fork
st is a simple terminal emulator for X which sucks less.
In order to build st you need the Xlib header files.
Optional (For shortcuts):
Edit config.mk to match your local setup (st is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install st (if
necessary as root):
make clean install
If you did not install st with make clean install, you must compile
the st terminfo entry with the following command:
tic -sx st.info
See the man page for additional details.
All shortcuts can be found in the manpage.
Key | Function |
---|---|
Alt + PgUp | Scroll up 1 page |
Alt + PgDown | Scroll down 1 page |
Alt + u | Scroll up 1 page |
Alt + d | Scroll down 1 page |
Alt + k | Scroll up 1 line |
Alt + j | Scroll down 1 line |
Alt + Up | Scroll up 1 line |
Alt + Down | Scroll down 1 line |
Alt + Shift + H | Reset zoom |
Alt + Shift + Up | Zoom in - small steps |
Alt + Shift + Down | Zoom out - small steps |
Alt + Shift + K | Zoom in - small steps |
Alt + Shift + J | Zoom out - small steps |
Alt + plus | Zoom in - small steps |
Alt + minus | Zoom out - small steps |
Alt + Shift + D | Zoom in - big steps |
Alt + Shift + U | Zoom out - big steps |
Alt + l | Show all links in dmenu and open selected one with xdg-open |
Alt + y | Show all links in dmenu und copy selected one with xclip |