Bind key to move to next word in zsh-autosuggest
This commit is contained in:
4
home.nix
4
home.nix
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user