docs: Don't use force-repaint

It's not needed here and misleading. force-repaint isn't all that
useful and especially not something for a simple example.
This commit is contained in:
Fabian Homborg 2020-08-07 08:19:50 +02:00
parent 677e699a7a
commit 616cd38d8e

View File

@ -216,7 +216,7 @@ Performs a history search when the :kbd:`Page Up` key is pressed.
::
set -g fish_key_bindings fish_vi_key_bindings
bind -M insert \cc kill-whole-line force-repaint
bind -M insert \cc kill-whole-line repaint
Turns on Vi key bindings and rebinds :kbd:`Control`\ +\ :kbd:`C` to clear the input line.