Skip to content

Instantly share code, notes, and snippets.

@njanik
Last active September 27, 2016 01:38
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 njanik/b37d40232e903df403b8bd711f037c57 to your computer and use it in GitHub Desktop.
Save njanik/b37d40232e903df403b8bd711f037c57 to your computer and use it in GitHub Desktop.
keybidding mac atom
'.platform-darwin':
'cmd-#': 'tree-view:toggle'
'atom-workspace atom-text-editor:not([mini])':
'ctrl-up': 'editor:move-line-up'
'atom-text-editor':
'ctrl-up': 'editor:move-line-up'
'atom-workspace atom-text-editor:not([mini])':
'ctrl-down': 'editor:move-line-down'
'atom-workspace atom-text-editor:not([mini])':
'cmd-3': 'editor:toggle-line-comments'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment