From 852f482cfab81c5079b5ef4fe57a4a9afa8e9c26 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Tue, 22 Jul 2025 10:48:51 +0200 Subject: [PATCH] fish: update binds --- dot-config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot-config/fish/config.fish b/dot-config/fish/config.fish index b8a98694..9a5681f3 100644 --- a/dot-config/fish/config.fish +++ b/dot-config/fish/config.fish @@ -28,6 +28,9 @@ function foot_cmd_end --on-event fish_postexec echo -en "\e]133;D\e\\" end +# always delete backwards upto the next whitespace +bind --user \cw backward-kill-bigword + fish_add_path /home/andy/.local/bin fish_add_path /home/andy/.cargo/bin fish_add_path /home/andy/go/bin -- 2.51.2