Add sane keybindings

This commit is contained in:
David Holland 2022-09-09 14:08:45 +02:00
parent aee3aed946
commit ea9869e367
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 6 additions and 0 deletions

View File

@ -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