Init
This commit is contained in:
8
.config/fish/functions/fish_user_key_bindings.fish
Normal file
8
.config/fish/functions/fish_user_key_bindings.fish
Normal file
@@ -0,0 +1,8 @@
|
||||
function fish_user_key_bindings
|
||||
fish_default_key_bindings -M insert
|
||||
fish_vi_key_bindings --no-erase insert
|
||||
bind -M default ctrl-a beginning-of-line
|
||||
bind -M default ctrl-e end-of-line
|
||||
bind -M insert ctrl-space accept-autosuggestion
|
||||
bind -M insert ctrl-g 'git diff' repaint
|
||||
end
|
Reference in New Issue
Block a user