mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 20:25:12 +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
|
Synopsis
|
||||||
--------
|
--------
|
||||||
|
|
||||||
bind [(-M | --mode) MODE] [(-m | --sets-mode) NEW_MODE]
|
``bind [(-M | --mode) MODE] [(-m | --sets-mode) NEW_MODE] [--preset | --user] [(-s | --silent)] [(-k | --key)] SEQUENCE COMMAND [COMMAND...]``
|
||||||
[--preset | --user]
|
|
||||||
[(-s | --silent)] [(-k | --key)] SEQUENCE COMMAND [COMMAND...]
|
``bind [(-M | --mode) MODE] [(-k | --key)] [--preset] [--user] SEQUENCE``
|
||||||
bind [(-M | --mode) MODE] [(-k | --key)] [--preset] [--user] SEQUENCE
|
|
||||||
bind (-K | --key-names) [(-a | --all)] [--preset] [--user]
|
``bind (-K | --key-names) [(-a | --all)] [--preset] [--user]``
|
||||||
bind (-f | --function-names)
|
|
||||||
bind (-L | --list-modes)
|
``bind (-f | --function-names)``
|
||||||
bind (-e | --erase) [(-M | --mode) MODE]
|
|
||||||
[--preset] [--user]
|
``bind (-L | --list-modes)``
|
||||||
(-a | --all | [(-k | --key)] SEQUENCE [SEQUENCE...])
|
|
||||||
|
``bind (-e | --erase) [(-M | --mode) MODE] [--preset] [--user] (-a | --all | [(-k | --key)] SEQUENCE [SEQUENCE...])``
|
||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
|
Loading…
Reference in a new issue