aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/bind.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/bind.txt')
-rw-r--r--doc_src/bind.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/bind.txt b/doc_src/bind.txt
index 599a1ec3..5e5c90f1 100644
--- a/doc_src/bind.txt
+++ b/doc_src/bind.txt
@@ -120,6 +120,6 @@ Performs a history search when the @key{Page Up} key is pressed.
\fish
set -g fish_key_bindings fish_vi_key_bindings
-bind -M insert @args{@bksl{cc}} kill-whole-line force-repaint
+bind -M insert \cc kill-whole-line force-repaint
\endfish
Turns on Vi key bindings and rebinds @key{Control,C} to clear the input line.