§ Vis editor cheat sheet
§ Insert
-
x/search: selects all things that match search -
C-k/ C-j: extend cursor above/down -
C-n: select next match [This is sublime's C-d]. - Select a block, hit
I to create cursors at the beginning of each line - Select a block, hit
A to create cursors on end of each line
§ Removal
-
C-p: remove the primary selection. -
C-x: skip
§ Navigation
-
C-d/ C-u: navigation -
+/-: rotation -
and : alignment -
_: trim white space -
o: orientation: move to beginning and ending of selection.
§ References