mirror of https://github.com/mitchell/dotfiles.git
4 lines
195 B
Fish
4 lines
195 B
Fish
|
function fish_user_key_bindings
|
||
|
bind -s --preset -M insert jj "if commandline -P; commandline -f cancel; else; set fish_bind_mode default; commandline -f backward-char repaint-mode; end"
|
||
|
end
|