Created
August 14, 2021 22:52
-
-
Save poppindouble/c7ef26f22ba12e60a68fed6783f68b83 to your computer and use it in GitHub Desktop.
put this at location `~/.config/fish/functions/fish_user_key_bindings.fish`, remap jj to escape insert mode of fish prompt
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 | |
bind -M insert -m default jj backward-char force-repaint | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment