Last active
August 15, 2017 19:36
-
-
Save vansosnin/969a34bde05a8e893ca3e77c80a5177a to your computer and use it in GitHub Desktop.
My Atom config
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
#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 |
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
'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