Using vim for html decoration -
Do you have any preferred method for managing the HTML formatting tag in VIM?
The best I have done are creating some macros to insert tags in the current cursor state - for ctrl-i & lt; I>, ctrl-j for & lt; / I>, etc.
It would be easy for example, without the need to navigate the cursor to the last point, ask 2 words {some} to repeat two words. The best option I can think is that I will use the same keystroke to use so that I actually remove a string text, which can be a word count, regex match and so on. But both the opening and closing tags will be included.
Take a look at the plugin.
Comments
Post a Comment