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.
Monthly Archives: April 2009
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.
Setting SVN ignore on a directory recursively
Monday, April 27, 2009
Example: SVN ignore all the .swp files in the current directory and all sub-directories:
svn propset -R svn:ignore ‘*.swp’ .