zsh: use vi keymap
This commit is contained in:
parent
7a87d889cd
commit
389532b6cf
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ autoload -Uz _zi
|
||||||
(( ${+_comps} )) && _comps[zi]=_zi
|
(( ${+_comps} )) && _comps[zi]=_zi
|
||||||
# end of zi init
|
# end of zi init
|
||||||
|
|
||||||
|
# Vi mode
|
||||||
|
export KEYTIMEOUT=1
|
||||||
|
bindkey -v
|
||||||
|
|
||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
export PATH=$HOME/bin:$HOME/.local/bin:$PATH
|
export PATH=$HOME/bin:$HOME/.local/bin:$PATH
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue