Add fish_user_key_bindings function;

Remove fish_vi_key_bindings customer version;
Rebind tmux prefix to Ctrl-a
This commit is contained in:
mitchell 2020-03-01 22:32:03 -05:00
parent 596adebf72
commit b19ef12408
3 changed files with 7 additions and 278 deletions

View file

@ -0,0 +1,3 @@
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