summaryrefslogtreecommitdiff
path: root/st/config.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-09-26 05:58:24 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-09-26 05:58:24 +0900
commitada861645931c2168ab5690457d7242a45e6e76d (patch)
tree2e14cfef6fe379747a886d15bcbea8b15e5418fd /st/config.h
parentdb3ad952441dca400bad51d6d6ab37d274cc676a (diff)
Init
Diffstat (limited to 'st/config.h')
-rw-r--r--st/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h
index c791dbc..8b1108a 100644
--- a/st/config.h
+++ b/st/config.h
@@ -281,7 +281,6 @@ static Shortcut shortcuts[] = {
// PASTES
{ MODKEY, XK_p, clippaste, { .i = 0 } },
- { TERMMOD, XK_P, clippaste, { .i = 0 } },
{ ShiftMask, XK_Insert, clippaste, { .i = 0 } },
{ ShiftMask, XK_Insert, selpaste, { .i = 0 } },
{ MODKEY, XK_v, externalpipe, { .v = openurlcmd } },