mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
parent
79a6961793
commit
b6b6de3304
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
|
|||
bind -M insert \cb backward-word
|
||||
bind -M insert \cf forward-word
|
||||
|
||||
bind -M insert -m default \cc backward-char force-repaint
|
||||
bind -M insert \cc 'commandline ""'
|
||||
bind -M insert -m default \e backward-char force-repaint
|
||||
|
||||
bind -M insert \cd exit
|
||||
|
|
Loading…
Reference in a new issue