Differentiate <c-i> and <tab> in alacritty.
This commit is contained in:
parent
6568bd09b4
commit
eac602cb3e
|
|
@ -100,6 +100,7 @@ live_config_reload: true
|
||||||
|
|
||||||
key_bindings:
|
key_bindings:
|
||||||
- { key: F11, action: ToggleFullscreen }
|
- { key: F11, action: ToggleFullscreen }
|
||||||
|
- { key: I, mods: Control, chars: "\x1b[105;6u" }
|
||||||
|
|
||||||
# Needed for tmux to display colors properly in vim:
|
# Needed for tmux to display colors properly in vim:
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue