From 73a217ffa13aa728f1903b782428f7f522b4539a Mon Sep 17 00:00:00 2001 From: Mica White Date: Sat, 31 Jan 2026 16:03:57 -0500 Subject: Initial dotfile stuff --- .config/fish/functions/fish_user_key_bindings.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/fish/functions/fish_user_key_bindings.fish (limited to '.config/fish/functions/fish_user_key_bindings.fish') diff --git a/.config/fish/functions/fish_user_key_bindings.fish b/.config/fish/functions/fish_user_key_bindings.fish new file mode 100644 index 0000000..e0b3575 --- /dev/null +++ b/.config/fish/functions/fish_user_key_bindings.fish @@ -0,0 +1,5 @@ +function fish_user_key_bindings + fish_default_key_bindings -M insert + + fish_vi_key_bindings --no-erase insert +end -- cgit v1.2.3