Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I activate the Zen coding key bindings in Sublime Text 2?

I just downloaded the Zen coding package for Sublime Text 2, but I can't figure out how to activate it.

I already have it in Netbeans, and here you just have to press CTR+ALT+N, but this doesn't work in the Sublime editor.

Google didn't yield any results, so I'm asking here.

Can someone tell me how to activate the Zen coding function?

like image 286
something Avatar asked Dec 26 '11 21:12

something


1 Answers

press Ctrl+Alt+Enter and you'll get a text input box at the bottom of the screen, titled: Enter Koan:. as you type the zen expression into the box it will simultaneously unfold on the screen.

Alternatively, you can type the zen expression in the editor and press tab to expand it. Be sure not to leave any spaces inside the expression or after it.

like image 76
Matanya Avatar answered Dec 10 '22 15:12

Matanya