aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/bind.txt
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-23 05:18:16 +0100
committerGravatar Kevin Ballard <kevin@sb.org>2014-09-23 00:24:05 -0700
commit8d3d51a020b02d6f9d87272bfc6b56fdff468649 (patch)
treeae797f189041d772c9e6e49c6a379f5844e18259 /doc_src/bind.txt
parent5afd42c09750c0a5118f632d60b5a8d2cd93666b (diff)
lexicon_filter fix for escaped options
Fixes #1703. Also fixes short and long options markup in synopsis when directly following a '(' or '[' character.
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.