Add sane keybindings
This commit is contained in:
parent
aee3aed946
commit
ea9869e367
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
function fish_user_key_bindings
|
||||
fish_vi_key_bindings
|
||||
|
||||
bind \f -M insert 'accept-autosuggestion'
|
||||
bind \b -M insert 'cancel-commandline'
|
||||
bind \v 'up_or_search'
|
||||
bind \n 'down_or_search'
|
||||
bind \cE -M insert 'edit_command_buffer'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue