Tagged Questions
1
vote
2answers
78 views
vim how transfer :substitute command to script
Here are 2 :s commands. Work fine at command line or as part of a key mapping, but I cannot get them to run correctly in a vim script. I've used normal, execute, execute "normal..." and call normal ...
0
votes
3answers
531 views
Is there a live html preview plugin/script for Vim?
I love using vim, however I was wondering if it is possible to preview html or web pages as you type? Or any other similar scripts that help use vim for web design.
So far I have heard of Zen coding.
...
98
votes
3answers
7k views
Can vim highlight matching HTML tags like Notepad++?
VIM has support for matching pairs of curly brackets, parentheses, and square brackets. This is great for editing C-style languages like PHP and Javascript. But what about matching HTML tags?
...