st
Forked from https://github.com/Lukesmithxyz/st
Unique features (using dmenu)
- 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-↑/↓
oralt-pageup/down
orshift
while scrolling the mouse. - OR vim-bindings: scroll up/down in history with
alt-k
andalt-j
. Faster withalt-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 isalt-v
orshift-insert
st patches
- alpha
- xresources
- boxdraw
- ligatures
- font2
- scrollback
- externalpipe
Installation
apt install fontconfig libx11-dev libxft-dev libharfbuzz-dev build-essential
git clone https://gitea.chudnick.com/sam/st
cd st
sudo make install