summaryrefslogtreecommitdiffstats
path: root/.config/fish/config.fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r--.config/fish/config.fish4
1 files changed, 4 insertions, 0 deletions
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