- Verbs could be use in conjunction with objects, for example:
ciwthat means Change In a Word. - Also, the verbs could be use in conjunction with numbers to multiply the action, for example:
d2+=> delete 2 lines down.
| Verbs | Objects |
|---|---|
d => Delete |
iw => Inner Word |
c => Change |
it => Inner Tag |
> => indent |
i" => Inner quotes |
v => Visually select |
ip => Inner Paragraph |
y => Yank (copy) |
as => A Sentence |
| Parametrized Objects | |
f, F => Find the next character |
|
t, T => Same to f, bit without last character |
|
/ => Same, but with a find (without include) |
-
0, $=> start, en of the line (^, g_, go to: first, last char of the line) -
w, e, b=> Word End and Back movments (capitalize for Big Word) -
%=> go to matching parenthesis -
I=> insert on left, insert on left of the line -
A=> insert on right, insert on right of the line -
H, L, M=> go to: Hight, Lower, Middle of the screen -
gg, G, 2gg=> go to: line 0, end line, line 2 -
zt, zz, zb=> scroll current line to: top, center, bottom -
ctrl+y, ctrl+e=> scroll one line to: top, bottom -
ctrl+u, ctrl+d=> scroll half page to: up, down -
ctrl+b, ctrl+f=> scroll full page to: forward, back
*, #=> find next word under the cursor, back/, n, N=> search, next, previousvimgrep 'searchTxt' **/*.php=> search