#Chris's build of st - the simple (suckless) terminal
The suckless terminal (st) with some additional features that make it a pretty good terminal emulator:
- follow urls by pressing
alt-l
- copy urls in the same way with
alt-y
- copy the output of commands with
alt-o
#Bindings for
- 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
#Pretty stuff
- Compatibility with
Xresources
and pywal
for dynamic colors.
- Default gruvbox colors otherwise.
- Transparency/alpha, which is also adjustable from your
Xresources
.
- Default font is system "mono" at 14pt, meaning the font will match your system font.
#Other st patches
- Vertcenter
- Scrollback
- font2
- updated to latest version 0.8.2