diff options
| author | Shivesh Mandalia <mail@shivesh.org> | 2021-09-22 16:37:25 +0100 |
|---|---|---|
| committer | Shivesh Mandalia <mail@shivesh.org> | 2021-09-22 16:37:25 +0100 |
| commit | b21619170020055b7487b605548d2e76b048cfb7 (patch) | |
| tree | 69211a71528f63caf293fb65c78fc724cb9a7624 /config.def.h | |
| parent | 200b500ff64d4e2e1537d588906fb4c5ba84a8c9 (diff) | |
| download | st-b21619170020055b7487b605548d2e76b048cfb7.tar.gz st-b21619170020055b7487b605548d2e76b048cfb7.zip | |
Scroll back through terminal output using Shift+{PageUp, PageDown}
- Patch st-scrollback-20210507-4536f46.diff
<https://st.suckless.org/patches/scrollback/>
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 6f05dce..93cbcc0 100644 --- a/config.def.h +++ b/config.def.h @@ -199,6 +199,8 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Y, selpaste, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, + { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} }, + { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} }, }; /* |
