Skip to content

Tag Archives: vim

VIM rails plugin - switching buffers

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.

Vim project plugin : Switching between the buffer and the project pane

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

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)