Movement.md

March 23, 2025 ยท View on GitHub

Movement (Tasks that move the cursor.)

NameDescriptionTags
MoveAbsoluteLineMove to the absolute line.line, movement, vertical
MoveCharsLeftMove left charwise.char, h, horizontal, movement
MoveCharsRightMove right charwise.horizontal, l, movement
MoveEndOfFileMove to the end the file.end, file, movement, vertical
MoveEndOfLineMove to the end of the current line.end, horizontal, line, movement
MovefFind the next char.chair-wise, f, horizontal, movement, operator, right
MoveFGo back to the last ocurrence of a char.chair-wise, F, horizontal, left, movement, operator
MoveLinesDownMove down multiple lines.horizontal, j, lines, movement, operator
MoveLinesUpMove multiple lines up.horizontal, k, lines, movement, operator
MoveMarkMove to a markmark, movement, vertical
MoveMatchMove to the current match.match, movement, operator, text-object
MoveStartOfLineMove to the start of the current line.line, movement, start
MovetMove using t.chair-wise, horizontal, movement, operator, right, t
MoveTGo back next to the last ocurrence of a char.chair-wise, horizontal, left, movement, operator, T
MoveWordMove multiple words.counter, horizontal, movement, operator, text-object, word
MoveWORDMove multiple WORDS.counter, horizontal, movement, operator, text-object, WORD
MoveWORDEndMove to the end of WORDs.END, movement, operator, vertical, WORD_end
MoveWordEndMove to the end of words.end, movement, operator, vertical, word_end
SearchBackwardSearch backwards.diagonal, movement, search
SearchForwardSearch forwards.forward, movement, search
SearchWordBackwardSearch backwards for the word at the cursor.backward, movement, search
SearchWordForwardSearch forwards for the word at the cursor.forward, movement, search