Skip to content

Instantly share code, notes, and snippets.

@edefiez
Last active January 15, 2016 07:48
Show Gist options
  • Save edefiez/dac68a40c3bd6c31b8a1 to your computer and use it in GitHub Desktop.
Save edefiez/dac68a40c3bd6c31b8a1 to your computer and use it in GitHub Desktop.
atom config
'.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'
- 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