Change to vi mode in zsh.
This commit is contained in:
parent
428e3f37f3
commit
6cefc1ef14
|
|
@ -213,6 +213,12 @@ ZSH_THEME="agnoster" # powerline based theme
|
|||
#ZSH_THEME="Pure"
|
||||
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
|
||||
|
||||
## add a separate zsh aliases directory
|
||||
|
|
|
|||
Loading…
Reference in New Issue