CURSOR
Command: #cursor {option} {argument}
Typing #cursor without an option will show all available cursor
options, their default binding, and an explanation of their function.
The cursor command's primarly goal is adding customizable input editing
with macros. Subsequently many cursor commands only work properly when
used within a macro or event.
#cursor flag
EOL end of line character(s)
ECHO local echo
OVERTYPE overtype mode
#cursor macro
PRESERVE do not erase the macro from the macro input buffer
RESET erase the macro input buffer
#cursor tab
CASELESS makes tab completion caseless
COMPLETE makes tab completion work while editing
DICTIONARY performs tab completion on the dictionary
LIST performs tab completion on the tab completion list
SCROLLBACK performs tab completion on the scrollback buffer
BACKWARD specifies tab completion to go backward
FORWARD specifies tab completion to go forward
Multiple options can/must be specified at once.
Related: alias, history, keypad, macro, speedwalk and tab.
|