Next: History Control, Up: Zle Widgets [Contents][Index]
Move backward one word, where a word is defined as a series of non-blank characters.
Move to the end of the previous word, where a word is defined as a series of non-blank characters.
Move backward one character.
Move backward one character, without changing lines.
Move to the beginning of the previous word.
Move to the beginning of the previous word.
Move to the beginning of the previous word, vi-style.
Move to the end of the previous word, vi-style.
Move to the beginning of the line. If already at the beginning of the line, move to the beginning of the previous line, if any.
Move to the beginning of the line, without changing lines.
Move down a line in the buffer.
Move to the end of the line. If already at the end of the line, move to the end of the next line, if any.
Move to the end of the line. If an argument is given to this command, the cursor will be moved to the end of the line (argument - 1) lines down.
Move forward one word, where a word is defined as a series of non-blank characters.
Move to the end of the current word, or, if at the end of the current word, to the end of the next word, where a word is defined as a series of non-blank characters.
Move forward one character.
Move forward one character.
Read a character from the keyboard, and move to the next occurrence of it in the line.
Read a character from the keyboard, and move to the position just before the next occurrence of it in the line.
Read a character from the keyboard, and move to the previous occurrence of it in the line.
Read a character from the keyboard, and move to the position just after the previous occurrence of it in the line.
Move to the first non-blank character in the line.
Move forward one word, vi-style.
Move to the beginning of the next word. The editor’s idea of a word is specified with the WORDCHARS parameter.
Move to the end of the next word.
Move to the end of the next word.
Move to the column specified by the numeric argument.
Move to the specified mark.
Move to beginning of the line containing the specified mark.
Repeat the last vi-find command.
Repeat the last vi-find command in the opposite direction.
Move up a line in the buffer.
Next: History Control, Up: Zle Widgets [Contents][Index]