Readline Functions
Add keyboard shortcuts to your shell.
Usage
readlineConfigurationAdd [ --help ] keyStroke action
Add configuration to ~/.inputrc for a key binding
Arguments
--help- Flag. Optional. Display this help.keyStroke- String. Required.action- String. Required.
Examples
readlineConfigurationAdd "\ep" history-search-backward
Return codes
0- Success1- Environment error2- Argument error