Hacker News new | ask | show | jobs
by tednaleid 4895 days ago
Sublime Text 2 plugin writing is surprisingly easy via python. I recently wrote a plugin (SublimeJump https://github.com/tednaleid/SublimeJump) to let you jump to any visible character with a couple of keystrokes. It's similar to AceJump (emacs) or EasyMotion (vim) if you're familiar with those.
1 comments

I've been waiting for this! Thanks tednaleid.