Expand description
Implements a parser for readline binding syntax.
Structs§
- KeySequence
- Represents a key sequence.
- KeySequence
Readline Binding - Represents a key-sequence-to-readline-command binding.
- KeySequence
Shell Command Binding - Represents a key-sequence-to-shell-command binding.
- KeyStroke
- Represents a single key stroke.
Enums§
- KeySequence
Item - Represents an element of a key sequence.
- Readline
Target - Represents a readline target.
Functions§
- key_
sequence_ to_ strokes - Converts a
KeySequenceto a vector ofKeyStroke. - parse_
key_ sequence_ readline_ binding - Parses a binding specification that maps a key sequence to a readline target.
- parse_
key_ sequence_ shell_ cmd_ binding - Parses a binding specification that maps a key sequence to a shell command.