mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-22 07:15:59 +01:00
alt-j/k for scrolling up one line at a time
This commit is contained in:
parent
61824fc462
commit
3cb5996688
2 changed files with 2 additions and 0 deletions
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 a new issue