mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
keybindings → key_bindings (for consistency)
This commit is contained in:
committed by
ridiculousfish
parent
c7bf1aa222
commit
f310f1e96c
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user