Well, in emacs you can try out evil-mode, which will get you the basic vim commands. I flip back and forth between the two: the vim commands are great when I'm focused on a single document, usually a hunk of code, and just have to make some something happen. On the other hand, if I'm flipping between editing a latex write-up, recording progress in org-mode, moving files around in dired, flipping between two different interpreters and several shells, the web browser, database query front-end, etc., then I start to get annoyed by the modes and prefer the flow I can get by not having to worry about editor state.
Right now I'm mostly using modeless interactions, but every now and then it feels good to get the vim muscles moving.
Don't be too envious, Sublime Text is a decent platform. Easy to install plugins on the fly from inside the editor, reloads settings on the fly, and you have a Vim (vintage) mode so you can enjoy the awesomeness that is Vim AND Sublime.