st

simple terminal

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

commit 439560b5d731cd2ccd8ba02f0badbfa5f55ec675
parent 6ac2d7b652f3aa64de1cccfa3057eadd929ab7c9
Author: Jul <jul@9o.is>
Date:   Fri,  6 Feb 2026 12:47:34 -0500

send keybinding to tmux for selecting sessions

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -213,6 +213,7 @@ static Shortcut shortcuts[] = { { TMUXMOD, XK_0, zoomreset, {.f = 0} }, /* tmux remappings */ + { TMUXMOD, XK_a, ttysend, {.s = "\002a"} }, { TMUXMOD, XK_b, ttysend, {.s = "\002b"} }, { TMUXMOD|ShiftMask, XK_colon, ttysend, {.s = "\002p"} }, { TMUXMOD, XK_q, ttysend, {.s = "\002q"} }, @@ -257,7 +258,6 @@ static Shortcut shortcuts[] = { { TMUXMOD|ShiftMask, XK_ampersand, ttysend, {.s = "\002\0337"} }, { TMUXMOD|ShiftMask, XK_asterisk, ttysend, {.s = "\002\0338"} }, { TMUXMOD|ShiftMask, XK_parenleft, ttysend, {.s = "\002\0339"} }, - { TMUXMOD, XK_a, ttysend, {.s = "tmux-session\n"} }, }; /*