- 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 likej
,k
,h
,l
- now hit
i
to get back toINSERT MODE
, and use your favorite emacs key bindings, likeC-a
andC-e
Created
December 25, 2012 20:42
-
-
Save btaitelb/4375301 to your computer and use it in GitHub Desktop.
enabling vim keybindings in sublime text 2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment