summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
Diffstat (limited to 'st')
-rw-r--r--st/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/st/config.h b/st/config.h
index 3e13adf..53ab481 100644
--- a/st/config.h
+++ b/st/config.h
@@ -302,8 +302,8 @@ static Shortcut shortcuts[] = {
{ ControlMask, XK_Print, toggleprinter, { .i = 0 } },
// TRAVERSALS
- { MODKEY, XK_k, kscrollup, { .i = 1 } },
- { MODKEY, XK_j, kscrolldown, { .i = 1 } },
+ { MODKEY, XK_y, kscrollup, { .i = 1 } },
+ { MODKEY, XK_e, kscrolldown, { .i = 1 } },
{ MODKEY, XK_u, kscrollup, { .i = -1 } },
{ MODKEY, XK_d, kscrolldown, { .i = -1 } },
{ MODKEY, XK_Up, kscrollup, { .i = 1 } },