Tagged Questions
1
vote
3answers
793 views
vim + Ruby on Rails: how do you bounce among those 4-5 files you're currently working on?
I'm just starting to get familiar with vim, and I'd like to use it as my primary Rails development tool. As a Visual Studio and RubyMine user, I find a lot of stuff to be missing from the barebones ...
1
vote
3answers
639 views
VIM ASP.NET Syntax File
Does anybody know of a good ASP.NET syntax file for VIM? Where? I tried :set filetype=xml, and it was ok, but it does not work on some things like, <%-- --%> comments.