Skip to content

Instantly share code, notes, and snippets.

@btaitelb
Created December 25, 2012 20:42
Show Gist options
  • Save btaitelb/4375301 to your computer and use it in GitHub Desktop.
Save btaitelb/4375301 to your computer and use it in GitHub Desktop.
enabling vim keybindings in sublime text 2
  • Preferences -> Settings - User (Cmd-, in osx)
  • add "ignored_packages": [] (don't forget the commas at the end of lines)
  • save
  • now you see INSERT MODE in the lower left corner
  • hit ESC to get to COMMAND MODE. You can use vim commands like :w for save, and navigation keys like j,k,h,l
  • now hit i to get back to INSERT MODE, and use your favorite emacs key bindings, like C-a and C-e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment