Skip to content

Monthly Archives: April 2009

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.

Setting SVN ignore on a directory recursively

Example: SVN ignore all the .swp files in the current directory and all sub-directories:

svn propset -R svn:ignore ‘*.swp’ .