X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/67d0cb65d0794e2d91e72e5fa1e3612172e5812e..a8cb8e94547d7e31441d2444e8a196415e3e4c1f:/config.def.h diff --git a/config.def.h b/config.def.h index 823e79f..0e01717 100644 --- a/config.def.h +++ b/config.def.h @@ -176,6 +176,7 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_C, clipcopy, {.i = 0} }, { TERMMOD, XK_V, clippaste, {.i = 0} }, { TERMMOD, XK_Y, selpaste, {.i = 0} }, + { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, };