Skip to content

Instantly share code, notes, and snippets.

@lucianotonet
Created January 3, 2017 13:11
Show Gist options
  • Save lucianotonet/3c9344a11525ce4736a821166b0fe563 to your computer and use it in GitHub Desktop.
Save lucianotonet/3c9344a11525ce4736a821166b0fe563 to your computer and use it in GitHub Desktop.
My custom Atom keymap
# 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