4,461
edits
mNo edit summary |
m update outline |
||
Line 6: | Line 6: | ||
Grab lines with visual block and then <code>:norm i#</code> to comment, and then <code>:norm x</code> or <code>:norm ^x</code> with indentation. | Grab lines with visual block and then <code>:norm i#</code> to comment, and then <code>:norm x</code> or <code>:norm ^x</code> with indentation. | ||
= Miscellaneous = | = Miscellaneous = | ||
Line 249: | Line 243: | ||
= Plug-ins = | = Plug-ins = | ||
== Emmet == | |||
Also known as Zen Coding previously. | |||
* [http://docs.emmet.io/cheat-sheet/ Emmet cheatsheet] | |||
== gitgutter == | == gitgutter == | ||
Line 261: | Line 262: | ||
** Preview hunk's changes: <code><nowiki><Leader></nowiki>hp</code> | ** Preview hunk's changes: <code><nowiki><Leader></nowiki>hp</code> | ||
= | == CTAG == | ||
''Possibly outdated by 2014'' | |||
;Rebuild a ctag file from a current project (assuming extensions are abc & def) | ;Rebuild a ctag file from a current project (assuming extensions are abc & def) |