Skip to content

Instantly share code, notes, and snippets.

@vansosnin
Last active August 15, 2017 19:36
Show Gist options
  • Save vansosnin/969a34bde05a8e893ca3e77c80a5177a to your computer and use it in GitHub Desktop.
Save vansosnin/969a34bde05a8e893ca3e77c80a5177a to your computer and use it in GitHub Desktop.
My Atom config
#plugins
apm install pigments react autoclose-html emmet sunset file-icons linter linter-eslint linter-stylelint highlight-selected simple-drag-drop-text autocomplete-modules auto-update-packages double-tag prettier-atom
# themes
apm install spacegray-dark-ui spacegray-dark-syntax
'atom-workspace atom-text-editor:not([mini])':
'ctrl-d': 'editor:duplicate-lines'
'.platform-win32 atom-text-editor, .platform-linux atom-text-editor':
'alt-j': 'find-and-replace:select-next'
'atom-workspace, atom-workspace atom-text-editor':
'ctrl-shift-J': 'markdown-preview:toggle'
'atom-text-editor[data-grammar~="jsx"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
'atom-workspace atom-text-editor:not([mini])':
'alt-q': 'editor:toggle-line-comments'
'atom-text-editor':
'ctrl-alt-l': 'atom-beautify:beautify-editor'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment