mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add fish_user_key_bindings function;
Remove fish_vi_key_bindings customer version; Rebind tmux prefix to Ctrl-a
This commit is contained in:
parent
596adebf72
commit
b19ef12408
3 changed files with 7 additions and 278 deletions
3
.config/fish/functions/fish_user_key_bindings.fish
Normal file
3
.config/fish/functions/fish_user_key_bindings.fish
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue