Using the VIM rails plugin, and want to switch between the last 2 buffers in VIM? Its Ctrl + 6. Found this in this pdf by Reza Jelveh on Rails development in Vim.
Tag Archives: vim
Vim project plugin : Switching between the buffer and the project pane
Tuesday, April 28, 2009
Ctrl+W twice switches between the project pane and the file editing buffer when using the VIM project plugin . Found this after lots of Google searching from Ariyas blog post about using the project plugin.
Changing the default gVim/MacVim color scheme
Tuesday, October 21, 2008
To change the default color scheme to say koehler (making it look a bit like textmate), add the following to your .vimrc file
:colorscheme koehler
Save and restart your MacVim / gVim. And that should be it.
(You can easily access the .vimrc file by going to Edit>Startup settings from your menu)