From 8924a6c1a323b075d75d669a190e5074d548857e Mon Sep 17 00:00:00 2001 From: dadada <dadada@dadada.li> Date: Fri, 18 Mar 2022 23:23:26 +0100 Subject: [PATCH] Fixed zsh key bindings --- home/modules/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }