mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
Switch back to insert mode after executing a command in vi mode
Fixes #1933
This commit is contained in:
parent
34296dd440
commit
97aa1c033b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
|
|||
bind \e\[D backward-char
|
||||
bind -k right forward-char
|
||||
bind -k left backward-char
|
||||
bind \n execute
|
||||
bind -m insert \n execute
|
||||
bind -m insert i force-repaint
|
||||
bind -m insert I beginning-of-line force-repaint
|
||||
bind -m insert a forward-char force-repaint
|
||||
|
|
Loading…
Reference in a new issue