keybindings list for platform
List available options that can be used to create keybindings.
Signature
> keybindings list {flags}
Flags
--modifiers, -m: List of modifiers.--keycodes, -k: List of keycodes.--modes, -o: List of edit modes.--events, -e: List of reedline event.--edits, -d: List of edit commands.
Input/output types:
| input | output |
|---|---|
| nothing | table |
Examples
Get list of key modifiers
> keybindings list --modifiersGet list of reedline events and edit commands
> keybindings list -e -dGet list with all the available options
> keybindings list