st/config.def.h.rej

11 lines
380 B
Text
Raw Permalink Normal View History

--- config.def.h
+++ config.def.h
@@ -214,6 +229,7 @@ static Shortcut shortcuts[] = {
2021-07-30 00:45:33 +03:00
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
+ { MODKEY, XK_c, normalMode, {.i = 0} },
2021-07-30 00:45:33 +03:00
};
/*