Ctrl-Left/Right triggers forward/backwards-word
This commit is contained in:
parent
7e5410cf20
commit
b08d54abb6
|
@ -59,6 +59,8 @@
|
||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.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')
|
||||||
|
bindkey "^[[1;5C" forward-word
|
||||||
|
bindkey "^[[1;5D" backward-word
|
||||||
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