From 8eb8f0ae632e2fb7629b3ccbb33c2b831308d5e9 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Tue, 15 Mar 2022 22:46:15 -0500 Subject: Update fish to support vim mode and revert Ctrl-F keybind removal --- .config/fish/config.fish | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 023ff7b..49eadd8 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -3,3 +3,9 @@ if status is-interactive end fish_vi_key_bindings + +function fish_user_key_bindings + for mode in insert default visual + bind -M $mode \cf forward-char + end +end -- cgit v1.2.3