Skip to main content

All Questions

Tagged with
4 votes
2 answers
9k views

Vim: map shift-K to open help on current word in a new tab

In conjunction with https://stackoverflow.com/questions/3131393/remapping-help-in-vim-to-open-in-a-new-tab , I'm looking to also make the shift-K shortcut that opens help in a new tab. I first tried ...
Sundar R's user avatar
  • 1,489
0 votes
1 answer
120 views

The Vim documentation illustrates a "wrong way" to add comments to HTML. What's wrong with it?

The "syntax.txt" chapter in the official Vim documentation says: HTML comments are rather special (see an HTML reference document for the details), and the syntax coloring scheme will highlight all ...
jasonspiro's user avatar