summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-01-18 19:05:49 -0700
committerLuke <luke@lukesmith.xyz>2018-01-18 19:05:49 -0700
commit3cb59966889d7abb8d2ce5b8b4914218b968a616 (patch)
treed9ea0bba908763b960a68c69a82a407c5deee33b /config.def.h
parent61824fc46277c0b5ced2a2f1fa7c1f121424ad3c (diff)
alt-j/k for scrolling up one line at a time
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 4c1b20c..16d4f0d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -199,6 +199,8 @@ static Shortcut shortcuts[] = {
{ MODKEY, XK_Tab, swapcolors, {.i = 0} },
{ ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
{ ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
+ { MODKEY, k, kscrollup, {.i = 1} },
+ { MODKEY, j, kscrolldown, {.i = 1} },
};
/*