diff --git a/home.nix b/home.nix index 578d402..f8ee09f 100644 --- a/home.nix +++ b/home.nix @@ -89,6 +89,10 @@ in plugins = [ "git" "git-flow" "docker" "ssh-agent" "last-working-dir" "fasd" ]; }; + initExtra = " + bindkey ' ' forward-word + "; + sessionVariables = { EDITOR = "vim"; ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE = "fg=7";