mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
docs/cmds/bind: Fix synopsis
This commit is contained in:
parent
408c555bd6
commit
3912d86ed8
1 changed files with 11 additions and 10 deletions
|
@ -4,16 +4,17 @@ bind - handle fish key bindings
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
bind [(-M | --mode) MODE] [(-m | --sets-mode) NEW_MODE]
|
||||
[--preset | --user]
|
||||
[(-s | --silent)] [(-k | --key)] SEQUENCE COMMAND [COMMAND...]
|
||||
bind [(-M | --mode) MODE] [(-k | --key)] [--preset] [--user] SEQUENCE
|
||||
bind (-K | --key-names) [(-a | --all)] [--preset] [--user]
|
||||
bind (-f | --function-names)
|
||||
bind (-L | --list-modes)
|
||||
bind (-e | --erase) [(-M | --mode) MODE]
|
||||
[--preset] [--user]
|
||||
(-a | --all | [(-k | --key)] SEQUENCE [SEQUENCE...])
|
||||
``bind [(-M | --mode) MODE] [(-m | --sets-mode) NEW_MODE] [--preset | --user] [(-s | --silent)] [(-k | --key)] SEQUENCE COMMAND [COMMAND...]``
|
||||
|
||||
``bind [(-M | --mode) MODE] [(-k | --key)] [--preset] [--user] SEQUENCE``
|
||||
|
||||
``bind (-K | --key-names) [(-a | --all)] [--preset] [--user]``
|
||||
|
||||
``bind (-f | --function-names)``
|
||||
|
||||
``bind (-L | --list-modes)``
|
||||
|
||||
``bind (-e | --erase) [(-M | --mode) MODE] [--preset] [--user] (-a | --all | [(-k | --key)] SEQUENCE [SEQUENCE...])``
|
||||
|
||||
|
||||
Description
|
||||
|
|
Loading…
Reference in a new issue