Skip to content

Instantly share code, notes, and snippets.

@pjvds
Created September 13, 2015 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjvds/7d44ae26c887df6a8080 to your computer and use it in GitHub Desktop.
Save pjvds/7d44ae26c887df6a8080 to your computer and use it in GitHub Desktop.
'atom-workspace':
'ctrl-shift-tab': 'tab-switcher:previous'
'ctrl-tab': 'tab-switcher:next'
'.active.pane':
'ctrl-;': 'gocode:toggle'
'atom-text-editor:not(mini) .autocomplete-plus.autocomplete-suggestion-list':
'enter': 'autocomplete-plus:confirm'
'ctrl-j': 'autocomplete-plus:select-next'
'ctrl-k': 'autocomplete-plus:select-previous'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment