summaryrefslogtreecommitdiff
path: root/st/st-0.9.3/config.def.h
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-01-12 17:40:53 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-01-13 10:57:24 -0800
commit39d6317f6a00f54b95ff9427a992a42a596de9f9 (patch)
tree9afdf9a91c4526dd737687d85bb069e6d3a4c088 /st/st-0.9.3/config.def.h
parent19890449837d54dcafbf5578860491704d4509bb (diff)
better select mode bind
Diffstat (limited to 'st/st-0.9.3/config.def.h')
-rw-r--r--st/st-0.9.3/config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st/st-0.9.3/config.def.h b/st/st-0.9.3/config.def.h
index 49adb86..5618865 100644
--- a/st/st-0.9.3/config.def.h
+++ b/st/st-0.9.3/config.def.h
@@ -205,7 +205,7 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
{ ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
{ ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
- { TERMMOD, XK_Escape, keyboard_select,{.i = 0} },
+ { TERMMOD, XK_space, keyboard_select,{.i = 0} },
};
/*