From 34913a92b2a350fbe3dcb8f734ef2e36be02808c Mon Sep 17 00:00:00 2001 From: mattiaborsarini Date: Fri, 13 Aug 2021 14:24:07 +0200 Subject: [PATCH] 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. --- alacritty.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index 130de7b..1c186c0 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -792,9 +792,6 @@ key_bindings: # Custom - { key: F11, action: ToggleFullscreen } - - { key: PageUp, action: ScrollHalfPageUp } - - { key: PageDown, action: ScrollHalfPageDown } - #debug: # Display the time it takes to redraw each frame.