Change to vi mode in zsh.

This commit is contained in:
Cyteen May 2019-03-25 11:51:34 +00:00
parent 428e3f37f3
commit 6cefc1ef14
1 changed files with 6 additions and 0 deletions

View File

@ -213,6 +213,12 @@ ZSH_THEME="agnoster" # powerline based theme
#ZSH_THEME="Pure" #ZSH_THEME="Pure"
EOF EOF
cat > ~/.zshrc.d/001-vi-mode.sh << 'EOF'
# Set vi mode
bindkey -v
EOF
#git clone https://github.com/bhilburn/powerlevel9k.git ~/.zgen/robbyrussell/oh-my-zsh-master/themes/powerlevel9k #git clone https://github.com/bhilburn/powerlevel9k.git ~/.zgen/robbyrussell/oh-my-zsh-master/themes/powerlevel9k
## add a separate zsh aliases directory ## add a separate zsh aliases directory