Dnia wtorek, 16 maja 2006 14:17, Ivan Vecerina napisaĆ: > - get vim to automatically close/complete the innermost previously > opened tag.
What do you mean automatically?. You can do: inoremap </ </<c-x><c-o> > Other things I don't know how to find is: how do I make sure that VIM > finds the CSS associated with the document I am editing (to help with > auto-completion)? It should work automatically. > What are other tricks I should know for HTML-style document editing, and > where can I learn them? Useful new feature for HTML-edition is of course omni-completion but also new text-objects: :help at :help it m.