aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/bind.txt
diff options
context:
space:
mode:
authorGravatar Nate Soares <nates@google.com>2012-10-18 13:56:08 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-10-20 12:15:49 -0700
commitf310f1e96c78f771a2d5bd54bbe46e1aec8fe903 (patch)
treeb0c1b2f34845e6a77d07d413165f9bb16b600429 /doc_src/bind.txt
parentc7bf1aa222136fb571baddaac250cd3affc1815e (diff)
keybindings → key_bindings (for consistency)
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 7d6a3b7c..b5c81d22 100644
--- a/doc_src/bind.txt
+++ b/doc_src/bind.txt
@@ -46,7 +46,7 @@ test the function while editing, and the result is usually more
readable as well.
If you want to autoload bindings each time you start shell, you should
-define them inside fish_user_keybindings function.
+define them inside fish_user_key_bindings function.
- <tt>-a</tt> or <tt>--all</tt> If --key-names is specified, show all key names, not only the ones that actually are defined for the current terminal. If erase mode is specified, this switch will cause all current bindings to be erased.
- <tt>-e</tt> or <tt>--erase</tt> Erase mode. All non-switch arguments are interpreted as character sequences and any commands associated with those sequences are erased.