Sublime Forum

Cg-sublime commands and plugins

#1

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

0 Likes

#2

You should consider adding this to Package Control for easier installation/upgrades.

0 Likes

#3

Take a quick look and find some good idea.

But consider using SublimeLinter to make some housekeeping, there are plenty of unused imports and methods in some source.
Thanks for sharing your work with us.

0 Likes