Created
January 3, 2017 13:11
-
-
Save lucianotonet/3c9344a11525ce4736a821166b0fe563 to your computer and use it in GitHub Desktop.
My custom Atom keymap
This file contains hidden or 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
# Auto indent file | |
'atom-text-editor': | |
'ctrl-shift-a': 'editor:auto-indent' | |
# Linter-eslint: Fix file | |
'atom-text-editor:not(.mini)': | |
'alt-F': 'linter-eslint:fix-file' | |
# Fix Emmet bug on PHP files | |
'.pane .editor:not(.mini)': | |
'tab': 'emmet:expand-abbreviation' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment