Skip to content

Instantly share code, notes, and snippets.

@cracell
Created October 27, 2011 00:00
Show Gist options
  • Save cracell/1318386 to your computer and use it in GitHub Desktop.
Save cracell/1318386 to your computer and use it in GitHub Desktop.
Rails VIM Cheatsheet

Rails VIM Cheatsheet

  • :A #Switch to alternate file (usually the test)
  • :Rview the_view #Interface for views
  • :Rcontroller the_controller #Interface for controllers
  • :Runittest string #Unit tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment