remove alacritty super shortcuts

This commit is contained in:
Noah Masur 2021-05-23 12:34:46 -04:00
parent 3a1f71b40f
commit 21179deb49

View File

@ -593,13 +593,8 @@ key_bindings:
# Reference for escape codes: https://www.gaijin.at/en/infos/ascii-ansi-character-table # Reference for escape codes: https://www.gaijin.at/en/infos/ascii-ansi-character-table
- { key: A, mods : Super, chars: "\x02" } # CMD-A sends CTRL-B for tmux
- { key: D, mods : Super, chars: "\x14" } # CMD-D sends CTRL-T for fzf
- { key: O, mods : Super, chars: "\x0f" } # CMD-O sends CTRL-O for fish/vim
- { key: R, mods : Super, chars: "\x05" } # CMD-R sends CTRL-E for fish/vim
- { key: G, mods : Super, chars: "\x07" } # CMD-G sends CTRL-G for fish/vim
- { key: L, mods : Super, chars: "\x1F" } # CMD-L sends null key for fish - { key: L, mods : Super, chars: "\x1F" } # CMD-L sends null key for fish
- { key: H, mods : Super|Shift, chars: "\x02P" } # CMD-SHIFT-H previous tmux window - { key: H, mods : Super|Shift, chars: "\x02p" } # CMD-SHIFT-H previous tmux window
- { key: L, mods : Super|Shift, chars: "\x02n" } # CMD-SHIFT-L next tmux window - { key: L, mods : Super|Shift, chars: "\x02n" } # CMD-SHIFT-L next tmux window
- { key: Return, mods : Shift, chars: "\x1b[13;2u" } - { key: Return, mods : Shift, chars: "\x1b[13;2u" }