I’ve setup a repository for some commands and plugins I’ve written (mostly to emulate emacs functionality)
https://bitbucket.org/chrisguilbeau/cg-sublime
Just clone to your Packages directory and set your keybindings. Get them all or pick and choose. While the list will continue to grow, here is what is currently there:
backward-paragraph*
forward-paragraph*
previous-group
next-group (goes to the next group rather than the next view)
prompt-change-view (similar to emacs buffer listing, moves selected view to current group)
prompt-open-file-path (type the path of the file you want to open)
sort-paragraphs
- Note: moving to next paragraph was addressed in this thread in which Jon offers an elegant solution
https://forum.sublimetext.com/t/jump-to-next-empty-line/3000/1&hilit=emacs#p16770