From 82b8c7d7860c90ca9f6b0883861d893ccf918b9b Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 7 Dec 2020 21:29:04 +0000 Subject: Consistent Ctrl-BS/Ctrl-Del behaviour, thanks Kai! --- .config/fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/fish') diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 27e292c..6376460 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -48,6 +48,10 @@ if ! test -e "$XDG_CONFIG_HOME/rclone/rclone.conf"; and test -f "$SYNCDIR/src/do # Prompt, inspired by Oxide by Dikiaap function fish_prompt; echo && set_color green; echo (dirs) && set_color normal; printf "❯ "; end +# Keybinds +bind \cH backward-kill-path-component +bind \e\[3\;5~ kill-word + # Colour scheme set -x fish_color_autosuggestion 585858 set -x fish_color_cancel \x2dr -- cgit v1.2.3