summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-14 15:57:56 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-14 15:57:56 +0900
commitf63a1e717afe3fbdd080a81444ba48d5f80d368e (patch)
tree05c49dcf93e7f52d40c862a24e74f271ec068292 /st
parentbe3725a18a00ec5340753bdbcceadf81ca7538d8 (diff)
modified config.h
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 } },