Vim Notes
-
o - new line below
-
O - new line above
-
gj/gk - move up or down display lines
-
f - go to the first instance of in a line
-
; - go to the next instance of the previously searched
-
, - go to the previous instance " " "
vib - visual inside parens vit - visual inside tags (xml) vat - visual, tags included (all?) va", va;, va]/va[, va>/va<, etc.
Also works with change, etc.
cib - change inside parens cit - change inside tags di" - delete inside the double-quotes
Scope: ciw - change word cis, cip - sentence/para diw, dis, dip - delete the item, plus one additional space char
<C-[> is the same as ESC