pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16d9873
)
config: add Shift+Insert as selpaste() again
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Thu, 10 Jan 2019 17:16:17 +0000
(18:16 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Thu, 10 Jan 2019 17:16:17 +0000
(18:16 +0100)
This was changed before in:
commit
20f713548de451b67db3306cf8cf7b2f38fee05c
on Wed Jan 25 19:17:38 2017
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
823e79f
..
0e01717
100644
(file)
--- 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} },
};