mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
alt-j/k for scrolling up one line at a time
This commit is contained in:
parent
61824fc462
commit
3cb5996688
Binary file not shown.
@ -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} },
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user