Moving around help

emove to the end of a word
wmove forward to the beginning of a word
3wmove forward three words
bmove backward to the beginning of a word
3bmove backward three words
$move to the end of the line
<End>same as $
0move to the beginning of the line
<Home>same as 0
)jump forward one sentence
(jump backward one sentence
}jump forward one paragraph
{jump backward one paragraph
Hjump to the top of the display
Mjump to the middle of the display
Ljump to the bottom of the display
'mjump to the beginning of the line of mark m
`mjump to the location of mark m
Gjump to end of file
1Gjump to beginning of file
50Gjump to line 50
''return to the line where the cursor was before the latest jump
``return to the cursor position before the latest jump (undo the jump).
%jump to corresponding item, e.g. from an open brace to its matching closing brace

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.