revert vi mode
This commit is contained in:
parent
a2db7719bc
commit
e7b293bcfc
|
@ -51,10 +51,8 @@
|
||||||
|
|
||||||
# Extra commands that should be added to '.zshrc'
|
# Extra commands that should be added to '.zshrc'
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
bindkey -e
|
|
||||||
bindkey ";6C" forward-word
|
|
||||||
bindkey ";6D" backward-word
|
|
||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
|
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||||
path+=('/home/sajenim/.local/bin')
|
path+=('/home/sajenim/.local/bin')
|
||||||
export PATH
|
export PATH
|
||||||
PROMPT='%F{blue}%n@%m %F{cyan}%~ %F{red}♥ %f';
|
PROMPT='%F{blue}%n@%m %F{cyan}%~ %F{red}♥ %f';
|
||||||
|
|
Loading…
Reference in a new issue