VIM: Difference between revisions

Jump to navigation Jump to search
3 bytes added ,  9 September 2018
m
update outline
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.
= Emmet =
Also known as Zen Coding previously.
* [http://docs.emmet.io/cheat-sheet/ Emmet cheatsheet]


= 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>


= Possibly outdated by 2014 =
== CTAG ==


== 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)

Navigation menu