X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/67d0cb65d0794e2d91e72e5fa1e3612172e5812e..75b4ba4b4be70a3ae429b1719d18b021839216d5:/config.def.h?ds=sidebyside 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} }, };