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