Editor Commands


  • Ctrl-F Find
  • Ctrl-G Find Next
  • Ctrl- -G Find Previous
  • Ctrl- -/ Block comment
  • Ctrl-F Find
  • Ctrl-J Join This & Next Line
  • Ctrl-[ indent code right
  • Ctrl-] indent code left
  • Ctrl-/ line comment

Pen Actions


  • Ctrl-P Create new pen
  • Ctrl-S Save
  • Ctrl-I Info panel (if owned)
  • Ctrl- -5 Re-Run-code

Misc


  • Ctrl- -8 Clear All Analyze Errors
  • Ctrl- -9 open-this-dialog
  • Ctrl- -7 Re-Run-preview

HTML Specific


  • Ctrl-D Select Outward Matching Pair
  • Ctrl- -A Wrap With..
  • Ctrl - - . Close Closest Open Tag

CSS Specific


  • Ctrl-D Select Outward Matching Pair
  • Ctrl- Increment Number 1
  • Ctrl- Decrement Number 1
Responsive image

Our original tab triggers are deprecated. You used to be able to type, for example, for [TAB KEY] in the JavaScript editor and it would expand into a for loop. They were a little buggy, a little opinionated, and a little deep in tech debt, so we ultimately canned them. Emmet tab triggers work though! They are only for HTML, but they are very cool. Try typing something like

header.main-header>nav>ul.site-nav>li*6>

a into the HTML editor then pressing TAB. We'd like to offer more customizable tab triggers one day, so feel free to send us your thoughts on that.