Bind key to move to next word in zsh-autosuggest

This commit is contained in:
Pierre Martin
2018-10-27 10:12:29 +02:00
parent 95e67eeb86
commit 8c43a94a24

View File

@@ -89,6 +89,10 @@ in
plugins = [ "git" "git-flow" "docker" "ssh-agent" "last-working-dir" "fasd" ]; plugins = [ "git" "git-flow" "docker" "ssh-agent" "last-working-dir" "fasd" ];
}; };
initExtra = "
bindkey ' ' forward-word
";
sessionVariables = { sessionVariables = {
EDITOR = "vim"; EDITOR = "vim";
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=7"; ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=7";