Skip to content

Instantly share code, notes, and snippets.

@raging
Created October 10, 2012 18:34
Show Gist options
  • Save raging/3867547 to your computer and use it in GitHub Desktop.
Save raging/3867547 to your computer and use it in GitHub Desktop.
ZenCoding
ctrl+space : expansion
ctrl+alt+shift+h : set_html_syntax_and_insert_skel(doctype=u'xt')
ctrl+alt+enter : zen_as_you_type()
ctrl+alt+enter : wrap_zen_as_you_type()
alt+shift+w : wrap_zen_as_you_type()
ctrl+shift+j : run_zen_action(action=u'split_join_tag', profile_name=None)
ctrl+j : run_zen_action(action=u'merge_lines')
ctrl+alt+9 : run_zen_action(action=u'decrement_number_by_01')
ctrl+9 : run_zen_action(action=u'decrement_number_by_1')
ctrl+alt+shift+9 : run_zen_action(action=u'decrement_number_by_10')
ctrl+alt+0 : run_zen_action(action=u'increment_number_by_01')
ctrl+0 : run_zen_action(action=u'increment_number_by_1')
ctrl+alt+shift+0 : run_zen_action(action=u'increment_number_by_10')
ctrl+alt+shift+= : run_zen_action(action=u'evaluate_math_expression')
ctrl+alt+shift+m : run_zen_action(action=u'update_image_size')
ctrl+shift+alt+6 : run_zen_action(action=u'encode_decode_base64')
f1 : zen_css_mnemonic()
f1 : zen_css_mnemonic(prop_value=True)
ctrl+shift+a : run_zen_action(action=u'match_pair_tagname')
ctrl+shift+n : run_zen_action(action=u'match_pair', direction=u'out', syntax=None)
ctrl+shift+t : run_zen_action(action=u'match_pair_inward')
ctrl+alt+n : run_zen_action(action=u'go_to_matching_pair')
ctrl+shift+u : run_zen_action(action=u'remove_tag')
enter : run_zen_action(action=u'insert_formatted_newline', mode=u'html')
ctrl+period : run_zen_action(action=u'next_edit_point')
ctrl+, : run_zen_action(action=u'prev_edit_point')
ctrl+shift+period : run_zen_action(action=u'select_next_item')
ctrl+shift+, : run_zen_action(action=u'select_previous_item')
ctrl+alt+shift+v : run_zen_action(action=u'reflect_css_value')
ctrl+alt+/ : run_zen_action(action=u'toggle_comment')
# : insert_snippet(contents=u' id="$1"')
# : insert_snippet(contents=u'id="$1"')
. : insert_snippet(contents=u' class="$1"')
. : insert_snippet(contents=u'class="$1"')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment