Skip to content

Instantly share code, notes, and snippets.

@rharriso
Created February 16, 2017 15:37
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 rharriso/a6f3eb731d02682be878826316b43a29 to your computer and use it in GitHub Desktop.
Save rharriso/a6f3eb731d02682be878826316b43a29 to your computer and use it in GitHub Desktop.
# attach and detach for node debugger
'atom-text-editor':
'F4': 'node-debugger:attach'
'shift-F4': 'node-debugger:stop'
# exec command for vim
'atom-text-editor.vim-mode-plus.normal-mode':
':': 'vim-mode-plus-ex-mode:open'
'!': 'vim-mode-plus-ex-mode:toggle-setting'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment