mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
zsh: use vi keymap
This commit is contained in:
@@ -7,6 +7,10 @@ autoload -Uz _zi
|
||||
(( ${+_comps} )) && _comps[zi]=_zi
|
||||
# end of zi init
|
||||
|
||||
# Vi mode
|
||||
export KEYTIMEOUT=1
|
||||
bindkey -v
|
||||
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
export PATH=$HOME/bin:$HOME/.local/bin:$PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user