dotfiles/.config/fish/functions/fish_user_key_bindings.fish

10 lines
276 B
Fish
Raw Normal View History

function fish_user_key_bindings
fish_vi_key_bindings
2022-09-09 14:08:45 +02:00
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