diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index 662782e..068387a 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -32,7 +32,7 @@ in source ${pkgs.fzf}/share/fzf/key-bindings.zsh source ${pkgs.fzf}/share/fzf/completion.zsh - bindkey '^n' autosuggest-accept + bindkey -e '^n' autosuggest-accept preexec() { echo -n -e "\033]0;$1\007" }