diff --git a/fish.nix b/fish.nix index 1e7b8b2..8070095 100644 --- a/fish.nix +++ b/fish.nix @@ -15,8 +15,8 @@ interactiveShellInit = '' set -gx fish_greeting set -x DIRENV_LOG_FORMAT "" - bind \en forward-word - bind \eN accept-autosuggestion + bind \ef forward-word + bind \eF accept-autosuggestion ''; functions = {