Skip to content

Instantly share code, notes, and snippets.

@ipetepete
Created September 28, 2015 14:09
Show Gist options
  • Save ipetepete/6aed59b1bf7231bf4ed9 to your computer and use it in GitHub Desktop.
Save ipetepete/6aed59b1bf7231bf4ed9 to your computer and use it in GitHub Desktop.
# let emmet expand in mustache files (templates)
'atom-text-editor[data-grammar="text html mustache"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
# let emmet expand in javascript files ( good for templates )
'atom-text-editor[data-grammar="text html javascript"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
# Bind 'j k' to switch to normal mode (vim-mode)
'atom-text-editor.vim-mode.insert-mode':
'j k': 'vim-mode:activate-normal-mode'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment