2022-09-06 16:29:06 +02:00
|
|
|
function fish_user_key_bindings
|
|
|
|
fish_vi_key_bindings
|
2022-09-09 14:08:45 +02:00
|
|
|
|
2022-09-11 22:01:36 +02:00
|
|
|
bind \f 'accept-autosuggestion'
|
|
|
|
bind \b 'cancel-commandline'
|
2022-09-09 14:08:45 +02:00
|
|
|
bind \f -M insert 'accept-autosuggestion'
|
|
|
|
bind \b -M insert 'cancel-commandline'
|
2022-09-11 22:01:36 +02:00
|
|
|
bind \cE 'edit_command_buffer'
|
2022-09-09 14:08:45 +02:00
|
|
|
bind \cE -M insert 'edit_command_buffer'
|
2022-09-06 16:29:06 +02:00
|
|
|
end
|