I have got Mac on work, Ubuntu on my notebook, CentOS on my server, Windows at my girlfriend place and my VM. I used to work on gMate (Ubuntu) that is very good and not far from TextMate (on my Mac), e.texteditor (Windows) and nano on CentOs. Now I want to install one editor for all my environments. I can choose vim or emacs. I think vim is more simple to manage :).
I know that there are a bunch of rails castomizations (plugins): from Akita, scrooloose, Pope etc. I’ve tasted all of them sometime ago. All of them was buggy (I think the problem is in my hands).
So what I really need now is to choose one plugin which is simple to install.
And second big deal is set of your favorite vim commands like:
- Open folder as project (and open the folder as project and exclude some subfolders from public dir)
- Fast open file from my project
- Open reffering controller/model/helper/etc
- Extract partial
- Using snippets
- Code autocomplete
- Rails console / Terminal / Git support
- Working with tabs
and other useful stuff from *Mates.
And I want to set vim face: like file manager on the left, console on the bottom etc. What should I do for it.
After bounty: Thanks to everybody! Going to win the vim!
Edit: Actually someone already mentioned janus, but I am leaving this up because it has more info on what janus is.
I am a bit surprised no one has mentioned the vim ‘distribution’ Janus yet:
https://github.com/carlhuda/janus
Named after the God of Beginnings and Ends, it includes many of the plugins that people have mentioned above. While I don’t use it myself it gets high marks from co-workers who are now former textmate users. Frankly if I didn’t already have so much invested in my own vim configuration I would totally use it.
It is really oriented at Ruby/Rails developers switching from Textmate to vim. It has things like the command t(find file) and the project drawer bound to the commands you are already familiar with from Textmate.
Janus is sort of like a gateway drug to vim really. It gets you comfortable with familiarity from Textmate then blows your mind with vim’s power.
It is very easy to install on linux(gvim) and osx(MacVim), however I am not sure how it would run on windows.
Now go enjoy vim. 🙂
Edit:
You mentioned you would like a terminal split as well, Janus includes the ConqueTerm plugin bound to command e for opening a terminal.