alacritty.yml: Use page keys to scroll half page

This commit is contained in:
2021-08-13 14:24:07 +02:00
parent a27100b2b4
commit d075835679

View File

@@ -792,6 +792,9 @@ key_bindings:
# Custom # Custom
- { key: F11, action: ToggleFullscreen } - { key: F11, action: ToggleFullscreen }
- { key: PageUp, action: ScrollHalfPageUp }
- { key: PageDown, action: ScrollHalfPageDown }
#debug: #debug:
# Display the time it takes to redraw each frame. # Display the time it takes to redraw each frame.