summaryrefslogtreecommitdiff
path: root/st-0.8.5
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-23 21:23:00 +0000
committerstkhan <personal@slickd.xyz>2022-05-23 21:23:00 +0000
commit513a68141b4737e9ab69b7cbcda7d36f983fa3b6 (patch)
tree0316d93cf9b9c4e19ef6836105c34ba9a8baac79 /st-0.8.5
parent646196b544c15c5624e6dd70555b9bbe546155f6 (diff)
fixed copy and paste in st
Diffstat (limited to 'st-0.8.5')
-rw-r--r--st-0.8.5/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/st-0.8.5/config.h b/st-0.8.5/config.h
index 5639d1d..be9198f 100644
--- a/st-0.8.5/config.h
+++ b/st-0.8.5/config.h
@@ -172,8 +172,8 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Prior, zoom, {.f = +1} },
{ TERMMOD, XK_Next, zoom, {.f = -1} },
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
- { MODKEY, XK_C, clipcopy, {.i = 0} },
- { MODKEY, XK_V, clippaste, {.i = 0} },
+ { MODKEY, XK_c, clipcopy, {.i = 0} },
+ { MODKEY, XK_v, clippaste, {.i = 0} },
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },