From e1a46e38faafa94a7d8007c437a1fb44d233c4e1 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Wed, 20 Dec 2023 16:11:17 -0400 Subject: [PATCH] AAAAAAAAAAAAH --- home/shell/fish/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; }; }