mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 08:51:14 -03: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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user