Skip to content

Commit

Permalink
feat(alacritty): bind alt-a & alt-d
Browse files Browse the repository at this point in the history
Used in fzf bindings to (de)select all.
  • Loading branch information
eliasnorrby committed Jul 28, 2020
1 parent 9fcecd4 commit bc93fd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,6 @@ mouse:
hide_when_typing: true

key_bindings:
- { key: A, mods: Alt, chars: "\x1ba" }
- { key: C, mods: Alt, chars: "\x1bc" }
- { key: D, mods: Alt, chars: "\x1bd" }

0 comments on commit bc93fd8

Please sign in to comment.