mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 03:02:55 +08:00
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:
parent
677e699a7a
commit
616cd38d8e
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user