Last active
January 15, 2016 07:48
-
-
Save edefiez/dac68a40c3bd6c31b8a1 to your computer and use it in GitHub Desktop.
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
'.editor': | |
'cmd-alt-l': 'editor:auto-indent' | |
# EMMET PLUGIN | |
'.editor:not(.mini)': | |
'ctrl-e': 'unset!' # remove all bindings | |
'ctrl-e': 'editor:move-to-end-of-line' # remap core binding | |
'alt-cmd-e' : 'emmet:expand-abbreviation' # alternate binding for emmet | |
'atom-text-editor.vim-mode.autocomplete-active': | |
'escape': 'autocomplete-plus:cancel' | |
# Prevent tab from expanding using Emmet when autocomplete is open | |
'atom-text-editor.autocomplete-active:not([mini])': | |
'tab': 'autocomplete-plus:confirm' | |
# Allow ctrl-space to toggle autocomplete-plus | |
'atom-text-editor.autocomplete-active': | |
'ctrl-space': 'autocomplete-plus:cancel' | |
'atom-text-editor:not(.autocomplete-active)': | |
'ctrl-space': 'autocomplete-plus:activate' |
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
- angularjs | |
- atom-bootstrap-3 | |
- autocomplete-plus | |
- autocomplete-paths | |
- autocomplete-snippets | |
- autocomplete-modules | |
- color-picker | |
- file-icons | |
- git-control | |
- merge-conflicts | |
- atom-alignmet | |
- php-twig | |
- pigment | |
- project-manager | |
- remote-edit | |
- sublime-tabs | |
- open-last-project | |
- trailing-spaces | |
- emmet | |
- docblockr | |
- livereload | |
- term2 | |
- todo-show |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment