st

simple terminal

git clone https://9o.is/git/st.git

commit 6ac2d7b652f3aa64de1cccfa3057eadd929ab7c9
parent 923530ba596bd0b9282ad7d7401cb3c2a97d3ab3
Author: Jul <jul@9o.is>
Date:   Fri,  6 Feb 2026 11:23:03 -0500

bind tmux angle brackets

Diffstat:
Mconfig.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/config.h b/config.h @@ -229,6 +229,8 @@ static Shortcut shortcuts[] = { { TMUXMOD, XK_equal, ttysend, {.s = "\002="} }, { TMUXMOD|ShiftMask, XK_bar, ttysend, {.s = "\002|"} }, { TMUXMOD, XK_bracketleft, ttysend, {.s = "\002["} }, + { TMUXMOD|ShiftMask, XK_less, ttysend, {.s = "\002<"} }, + { TMUXMOD|ShiftMask, XK_greater, ttysend, {.s = "\002>"} }, { TMUXMOD, XK_h, ttysend, {.s = "\002h"} }, { TMUXMOD, XK_l, ttysend, {.s = "\002l"} }, { TMUXMOD, XK_Left, ttysend, {.s = "\002h"} },