nushell/docs/commands/keybindings_list.md
Justin Ma c0a1d18e3d
update #4455, regenerate commands' docs and update make_docs script (#4586)
* feat: update #4455, regenerate commands' docs

* chore: update make_docs script
2022-02-21 11:26:00 -06:00

646 B

title layout version
keybindings list command 0.59.0

List available options that can be used to create keybindings

Signature

> keybindings list --modifiers --keycodes --modes --events --edits

Parameters

  • --modifiers: list of modifiers
  • --keycodes: list of keycodes
  • --modes: list of edit modes
  • --events: list of reedline event
  • --edits: list of edit commands

Examples

Get list of key modifiers

> keybindings list -m

Get list of reedline events and edit commands

> keybindings list -e -d

Get list with all the available options

> keybindings list