Created
September 28, 2015 14:09
-
-
Save ipetepete/6aed59b1bf7231bf4ed9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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