# st ``st`` is the suckless terminal emulator. # Luke Smith edit [Luke's edit](https://github.com/LukeSmithxyz/st) provides some additional functionality and keybinds. Some integration with dmenu is also useful. ## Bindings * scrollback with alt-↑/↓ or alt-pageup/down or shift while scrolling the mouse. * OR vim-bindings: scroll up/down in history with alt-k and alt-j. Faster with alt-u/alt-d. * zoom/change font size: same bindings as above, but holding down shift as well. alt-home returns to default * copy text with alt-c, paste is alt-v or shift-insert # Custom config * st from the ground up with needed patches - scrollback - externalpipe - lukesmith custom stuff (selection, follow links)