Skip to content

Instantly share code, notes, and snippets.

@Aufree
Last active August 14, 2016 01:25
Show Gist options
  • Save Aufree/eb9730df35ba4cd7ad425391a0c9cae4 to your computer and use it in GitHub Desktop.
Save Aufree/eb9730df35ba4cd7ad425391a0c9cae4 to your computer and use it in GitHub Desktop.
Backup atom keymap.cson file
# Beautify shortcut
'atom-text-editor':
'shift-cmd-h': 'atom-beautify:beautify-editor'
# Alignment shortcut
'.platform-darwin atom-text-editor':
'ctrl-cmd-t': 'atom-alignment:alignMultiple'
# Will make autocomplete trigger with 'enter' instead of 'tab'
'atom-text-editor:not(mini) .autocomplete-plus.autocomplete-suggestion-list':
'enter': 'autocomplete-plus:confirm'
# Bug Fix: Emmet not working on php file
'atom-text-editor[data-grammar="text html php"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment