vi-mode: Repaint mode after cancelling

Fixes #8103
This commit is contained in:
Fabian Homborg 2021-07-03 21:37:33 +02:00
parent 670636885c
commit 04af336843

View file

@ -75,7 +75,7 @@ function fish_vi_key_bindings --description 'vi-like key bindings for fish'
# Default (command) mode
bind -s --preset :q exit
bind -s --preset -m insert \cc cancel-commandline
bind -s --preset -m insert \cc cancel-commandline repaint-mode
bind -s --preset -M default h backward-char
bind -s --preset -M default l forward-char
bind -s --preset -m insert \n execute