alacritty.yml: Remove custom page keys shortcuts

They break scrolling on less, man, etc.
I have to find a way to get around it.

This reverts commit 0f51a816e3c64151eca2cdd265a7fe624b060d39.
This commit is contained in:
2021-08-13 14:24:07 +02:00
parent 561511cf76
commit 87a6e5e826

View File

@@ -792,9 +792,6 @@ 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.