diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 071e989..f927f2b 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -31,6 +31,8 @@ in source ~/.nix-profile/share/fzf/key-bindings.zsh source ~/.nix-profile/share/fzf/completion.zsh + bindkey '^n' autosuggest-accept + preexec() { echo -n -e "\033]0;$1\007" } PROMPT="%F{red}%?%f %F{green}%m%f:%F{blue}%~%f " diff --git a/modules/profiles/laptop/default.nix b/modules/profiles/laptop/default.nix index 18f8feb..e8af493 100644 --- a/modules/profiles/laptop/default.nix +++ b/modules/profiles/laptop/default.nix @@ -39,7 +39,7 @@ with lib; vteIntegration = true; syntaxHighlighting = { enable = true; - highlighters = [ "main" "brackets" "pattern" "cursor" "root" "line" ]; + highlighters = [ "main" "brackets" "pattern" "root" "line" ]; }; }; }