Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Framework Basics Build a Website with Bootstrap Content Layout with Grids

Cntrl + Shift + W doesn't select in the way it does in the video for me. Any ideas why this is?

I'm using Sublime editor.

Hi Ronny,

What OS do you use?

Windows 7. Perhaps I should consult the Sublime cheat sheet?

2 Answers

Try Ctrl + Shift + A keys.

And here is the full keyboard shortcuts for windows

http://www.cheatography.com/njovin/cheat-sheets/sublime-text-2-keyboard-shortcuts-windows/

Alt + Shift + W inserts a new tag around the selected text.

Ctrl + Shift + A selects everything within the current tag that the cursor is in.