Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have just begun using Sublime text after hearing good things about it.

I particularly like selecting between html tags using the zen coding plugin. However when I have a selected a large block of code using CONTROL+SHIFT+T on mac OS X, I would appreciate being able to move to the beginning of the selection rather than scrolling all the way up with the mouse. Is there a keyboard shortcut to do this?

Also I really like the balance braces feature in Mac Rabbits Espresso I know you can balance inwards using CTRL + SHIFT + B and was looking for a way of doing so in Sublime Text?

The keyboard shortcut to balance tags outwards is well documented as CTRL + SHiFT + N but I'd guess there is a way to do the opposite?

share|improve this question
to get to the beginning of a selection, just the left arrow key is enough. One click and you're at the beginning of the selection. What's so hard in doing that? – Rocky Jan 24 at 17:06
Many thanks pretty obvious when you know how. left arrow key is perfect. I would still like to know the Mac Rabbits Espresso style inward balancing keyboard shortcut in Sublime Text however – Jonathan Beech Jan 25 at 16:01
when you need to know the shorcuts in Sublime Text, just check out settings. You can find the keyboard shortcuts in Preferences > Key bindings - Default. You can also assign new shortcuts. But use the Key bindings - User for adding custom shortcuts. – Rocky Jan 25 at 17:23
This gist link was quite good too with some good shortcuts, thanks for the help! gist.github.com/1207002 – Jonathan Beech Jan 26 at 12:47
I just did some more research and came up with this, I strongly suspect that Sublime Text 2 doesnt implement the balance inward tag, disappointing code.google.com/p/zen-coding/wiki/Actions#Balance_Tag_Inward/… – Jonathan Beech Jan 26 at 13:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.