mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 15:34:40 +01:00
7 lines
129 B
Text
7 lines
129 B
Text
#bindkey -v
|
|
# fix esc delay
|
|
KEYTIMEOUT=1
|
|
# fix esc swallow
|
|
bindkey -sM vicmd '^[' '^G'
|
|
# fix ^X shortcuts
|
|
bindkey -rM viins '^X'
|