Skip to content

Instantly share code, notes, and snippets.

@poppindouble
Created August 14, 2021 22:52
Show Gist options
  • Save poppindouble/c7ef26f22ba12e60a68fed6783f68b83 to your computer and use it in GitHub Desktop.
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
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