Skip to content

Commit

Permalink
Change alacritty kebinds for page up/down
Browse files Browse the repository at this point in the history
  • Loading branch information
abysssol committed Feb 4, 2024
1 parent 53e8c2f commit 83074da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,10 @@ cursor:
# If the same trigger is assigned to multiple actions, all of them are executed
# in the order they were defined in.
key_bindings:
- { key: PageUp, mods: Control, mode: ~Alt, action: ScrollHalfPageUp }
- { key: PageDown, mods: Control, mode: ~Alt, action: ScrollHalfPageDown }
- { key: PageUp, mode: ~Alt, action: ScrollPageUp, }
- { key: PageDown, mode: ~Alt, action: ScrollPageDown }
- { key: PageUp, mods: Shift, mode: ~Alt, action: ScrollHalfPageUp }
- { key: PageDown, mods: Shift, mode: ~Alt, action: ScrollHalfPageDown }
#- { key: Paste, action: Paste }
#- { key: Copy, action: Copy }
#- { key: L, mods: Control, action: ClearLogNotice }
Expand Down

0 comments on commit 83074da

Please sign in to comment.