diff --git a/.zshrc b/.zshrc index 7453073..d089703 100644 --- a/.zshrc +++ b/.zshrc @@ -118,6 +118,10 @@ source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh +# vi mode +bindkey -v +export KEYTIMEOUT=1 + # my executables export PATH=/home/vtimofei/scripts:$PATH export PATH=/home/vtimofei/bin:$PATH