Enable vi mode in zsh

This commit is contained in:
Victor Timofei 2021-05-15 15:12:12 +03:00
parent d1ad2523b7
commit d833fe5302
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 4 additions and 0 deletions

4
.zshrc
View File

@ -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