summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gceccarelli@veritone.com>2023-10-12 11:41:07 +0100
committerGianni Ceccarelli <gceccarelli@veritone.com>2023-10-12 11:41:07 +0100
commit031a26c072ccadff051505d65d49601e6c1d4e92 (patch)
tree24cc34e46e01251a2e63b2ecd190af484f847e7e
parentalacritty hints shortcut (diff)
downloaddotfiles-031a26c072ccadff051505d65d49601e6c1d4e92.tar.gz
dotfiles-031a26c072ccadff051505d65d49601e6c1d4e92.tar.bz2
dotfiles-031a26c072ccadff051505d65d49601e6c1d4e92.zip
alacritty remove meta hack, we have patch now
-rw-r--r--.config/alacritty.yml52
1 files changed, 0 insertions, 52 deletions
diff --git a/.config/alacritty.yml b/.config/alacritty.yml
index c5386a9..9aec3ce 100644
--- a/.config/alacritty.yml
+++ b/.config/alacritty.yml
@@ -82,55 +82,3 @@ hints:
key: Tab
mods: Control|Command
-key_bindings:
- # Option key remapping
- - { key: A, mods: Command, chars: "\x1ba" }
- - { key: B, mods: Command, chars: "\x1bb" }
- - { key: C, mods: Command, chars: "\x1bc" }
- - { key: D, mods: Command, chars: "\x1bd" }
- - { key: E, mods: Command, chars: "\x1be" }
- - { key: F, mods: Command, chars: "\x1bf" }
- - { key: G, mods: Command, chars: "\x1bg" }
- - { key: H, mods: Command, chars: "\x1bh" }
- - { key: I, mods: Command, chars: "\x1bi" }
- - { key: J, mods: Command, chars: "\x1bj" }
- - { key: K, mods: Command, chars: "\x1bk" }
- - { key: L, mods: Command, chars: "\x1bl" }
- - { key: M, mods: Command, chars: "\x1bm" }
- - { key: N, mods: Command, chars: "\x1bn" }
- - { key: O, mods: Command, chars: "\x1bo" }
- - { key: P, mods: Command, chars: "\x1bp" }
- - { key: Q, mods: Command, chars: "\x1bq" }
- - { key: R, mods: Command, chars: "\x1br" }
- - { key: S, mods: Command, chars: "\x1bs" }
- - { key: T, mods: Command, chars: "\x1bt" }
- - { key: U, mods: Command, chars: "\x1bu" }
- - { key: V, mods: Command, chars: "\x1bv" }
- - { key: W, mods: Command, chars: "\x1bw" }
- - { key: X, mods: Command, chars: "\x1bx" }
- - { key: Y, mods: Command, chars: "\x1by" }
- - { key: Z, mods: Command, chars: "\x1bz" }
- - { key: Key1, mods: Command, chars: "\x1b1" }
- - { key: Key2, mods: Command, chars: "\x1b2" }
- - { key: Key3, mods: Command, chars: "\x1b3" }
- - { key: Key4, mods: Command, chars: "\x1b4" }
- - { key: Key5, mods: Command, chars: "\x1b5" }
- - { key: Key6, mods: Command, chars: "\x1b6" }
- - { key: Key7, mods: Command, chars: "\x1b7" }
- - { key: Key8, mods: Command, chars: "\x1b8" }
- - { key: Key9, mods: Command, chars: "\x1b9" }
- - { key: Key0, mods: Command, chars: "\x1b0" }
- - { key: Grave, mods: Command, chars: "\x1b`" } # Command + `
- - { key: Grave, mods: Command|Shift, chars: "\x1b~" } # Command + ~
- - { key: Period, mods: Command, chars: "\x1b." } # Command + .
- - { key: Key8, mods: Command|Shift, chars: "\x1b*" } # Command + *
- - { key: Key3, mods: Command|Shift, chars: "\x1b#" } # Command + #
- - { key: Period, mods: Command|Shift, chars: "\x1b>" } # Command + >
- - { key: Comma, mods: Command|Shift, chars: "\x1b<" } # Command + <
- - { key: Minus, mods: Command|Shift, chars: "\x1b_" } # Command + _
- - { key: Key5, mods: Command|Shift, chars: "\x1b%" } # Command + %
- - { key: Key6, mods: Command|Shift, chars: "\x1b^" } # Command + ^
- - { key: Backslash, mods: Command, chars: "\x1b\\" } # Command + \
- - { key: Backslash, mods: Command|Shift, chars: "\x1b|" } # Command + |
- - { key: Back, mods: Command, chars: "\x1b\x7f" } # Command + Backspace
-