summaryrefslogtreecommitdiff
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
parent61824fc46277c0b5ced2a2f1fa7c1f121424ad3c (diff)
alt-j/k for scrolling up one line at a time
-rw-r--r--.config.def.h.swpbin16384 -> 0 bytes
-rw-r--r--config.def.h2
2 files changed, 2 insertions, 0 deletions
diff --git a/.config.def.h.swp b/.config.def.h.swp
deleted file mode 100644
index 35cde5f..0000000
--- a/.config.def.h.swp
+++ /dev/null
Binary files differ
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} },
};
/*