Sublime Forum

Tips for new Sublime Text 2 users

#1

I’d like to use this thread as a quick reference tips/tricks post for new Sublime Text users.

First, read the new blog post:
sublimetext.com/blog/article … blic-alpha

Here are a few of my favorites:
Multiple Selections: sublime.akalias.net/gettingstart … tions.html
Textmate compatability w/ tmSnippet, tmTheme, and tmLanguage: sublime.akalias.net/gettingstart … tmate.html (no commands, sorry)
Ctrl+shift+m - to select scope

A work in progress, but here’s some unofficial docs on Sublime:
sublimetext.info/

Also, note that the “packages” (extensions/ for sublime you may find in the forums are not likely to work right now with Sublime Text 2. Lots of cool stuff has been built with the WebDeveloper package, ZenCoding, etc. but it needs to be ported. Most of these packages are available on bitbucket to edit so feel free to jump in and edit when full details on the API are published.

Anybody else that has suggestions on some handy shortcuts feel free to post.

0 Likes

#2

A couple others…

Ctrl+p - Jump to project
Ctrl+r - Symbol list (also tied into ctrl+p by entering @ first)
Ctrl+g - go to line (also tied into ctrl+p by entering : first)

0 Likes