summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-09-03 17:30:22 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-09-03 17:30:22 +0530
commitc19bf79bbdc53b236829318931f3ba8063814a82 (patch)
treee3231fae2a90017697caac4e26547ebfc258e588 /config.h
parente8dd016b8c00255227d37b2879058f698098d427 (diff)
removing Alt+j/k for vim bindingsHEADmain
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.h b/config.h
index 7ea7915..7be88ce 100644
--- a/config.h
+++ b/config.h
@@ -262,9 +262,7 @@ static Shortcut shortcuts[] = {
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
//setting vim and arrow keys to scroll line one by one pressing alt
- { MODKEY, XK_k, kscrollup, {.i = 1} },
{ MODKEY, XK_Up, kscrollup, {.i = 1} },
- { MODKEY, XK_j, kscrolldown, {.i = 1} },
{ MODKEY, XK_Down, kscrolldown, {.i = 1} },
//scroll thru page wise
{ MODKEY, XK_Page_Up, kscrollup, {.i = -1} },