fish: Bind \ce to edit_command_buffer (normal and insert modes)

master
Pierre Neidhardt 2017-05-28 15:56:41 +02:00
parent 7a9a9e6c5b
commit 59c79813c5
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ function fish_user_key_bindings
## As of fish 2.5, Alt-f binding is missing in vi-mode.
bind -M insert \ef forward-word
bind -M insert \ee edit_command_buffer
bind -M insert \ce edit_command_buffer
bind -m insert \ce edit_command_buffer
## fzf
if type -pq fzf