Created
May 4, 2021 17:39
-
-
Save thanakijwanavit/116acf4bfc65dc579630a201fbd7d1bf to your computer and use it in GitHub Desktop.
set vim binding for fish and foward control f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function fish_user_key_bindings | |
fish_vi_key_bindings | |
for mode in insert default visual | |
bind -M $mode \cf forward-char | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment