Minor alacritty config changes

This commit is contained in:
Arthur Khachaturov 2023-12-08 16:48:42 +03:00
parent 2f1b35ce5c
commit c7e226a84c
No known key found for this signature in database
GPG key ID: 542ADA2564CCFDDB

View file

@ -69,9 +69,9 @@ shell:
args: args:
- sh - sh
- -c - -c
# - '"cd ${HOME}; exec ${SHELL}"'
- '"cd ${HOME}; exec ${SHELL}"' - '"cd ${HOME}; exec ${SHELL}"'
key_bindings: key_bindings:
- { key: 'Slash', mods: 'Control', chars: "\x1f"} - { key: 'Slash', mods: 'Control', chars: "\x1f"}
- { key: 'Space', mods: 'Control', chars: "\x00"} - { key: 'Space', mods: 'Control', chars: "\x00"}
- { key: 'Back', mods: 'Control', chars: "\x1b\x7f"}