Next: Miscellaneous, Previous: Arguments, Up: Zle Widgets [Contents][Index]
In a menu completion, insert the current completion into the buffer, and advance to the next possible completion.
Attempt completion on the current word.
Delete the character under the cursor. If the cursor is at the end of the line, list possible completions for the current word.
Expand the current command to its full pathname.
Attempt shell expansion on the current word. If that fails, attempt completion.
Attempt shell expansion on the current word up to cursor.
Perform history expansion on the edit buffer.
Attempt shell expansion on the current word.
List possible completions for the current word.
List the expansion of the current word.
Perform history expansion and insert a space into the buffer. This is intended to be bound to space.
Like complete-word, except that menu completion is used. See the MENU_COMPLETE option.
Like expand-or-complete, except that menu completion is used.
Perform menu completion, like menu-complete, except that if a menu completion is already in progress, move to the previous completion rather than the next.
When a previous completion displayed a list below the prompt, this widget can be used to move the prompt below the list.
Next: Miscellaneous, Previous: Arguments, Up: Zle Widgets [Contents][Index]