Skip to content

Commit

Permalink
Remove unnecessary commas in config keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
a5ob7r authored Apr 29, 2022
1 parent 9bbb296 commit ad3ebba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -750,9 +750,9 @@
#- { key: Copy, action: Copy }
#- { key: L, mods: Control, action: ClearLogNotice }
#- { key: L, mods: Control, mode: ~Vi|~Search, chars: "\x0c" }
#- { key: PageUp, mods: Shift, mode: ~Alt, action: ScrollPageUp, }
#- { key: PageUp, mods: Shift, mode: ~Alt, action: ScrollPageUp }
#- { key: PageDown, mods: Shift, mode: ~Alt, action: ScrollPageDown }
#- { key: Home, mods: Shift, mode: ~Alt, action: ScrollToTop, }
#- { key: Home, mods: Shift, mode: ~Alt, action: ScrollToTop }
#- { key: End, mods: Shift, mode: ~Alt, action: ScrollToBottom }

# Vi Mode
Expand Down

0 comments on commit ad3ebba

Please sign in to comment.