Lines Matching full:move
4 h - cursor left w - move forward a "word" n - repeat the last search
5 l - cursor right b - move backward a "word"
17 :#<Enter> - move to a line (e.g., :35<Enter> moves to line 35)
33 ^H move left by characters
34 ^J move down by lines
36 ^M move down by lines (to first non-blank)
37 ^N move down by lines
38 ^P move up by lines
43 ^W move to next screen
50 <space> move right by columns
53 $ move to last column
54 % move to match
56 ' move to mark (to first non-blank)
57 ( move back sentence
58 ) move forward sentence
59 + move down by lines (to first non-blank)
61 - move up by lines (to first non-blank)
64 0 move to first character
72 B move back bigword
75 E move to end of bigword
77 G move to line
78 H move to count lines from screen top
81 L move to screen bottom
82 M move to screen middle
91 W move to next bigword
95 [[ move back section
96 ]] move forward section
97 ^ move to first non-blank
98 _ move to first non-blank
99 ` move to mark
101 b move back word
104 e move to end of word
106 h move left by columns
108 j move down by lines
109 k move up by lines
110 l move right by columns
119 w move to next word
123 { move back paragraph
124 | move to column
125 } move forward paragraph
159 move: move lines elsewhere in the file
184 tagnext: move to the next tag
186 tagprev: move to the previous tag