diff --git a/home/shell/fish/default.nix b/home/shell/fish/default.nix index f7285c1..1de4fa7 100644 --- a/home/shell/fish/default.nix +++ b/home/shell/fish/default.nix @@ -21,7 +21,7 @@ } ]; shellInit = lib.concatStringsSep "\n" [ - "bind -k backspace 'do something'" + "bind -k backspace backward-kill-word" ]; }; }