Skip to content

Instantly share code, notes, and snippets.

@rtorr
Last active June 16, 2016 17:28
Show Gist options
  • Save rtorr/160546a6b31c2c02e9bb9ab1fe1717ca to your computer and use it in GitHub Desktop.
Save rtorr/160546a6b31c2c02e9bb9ab1fe1717ca to your computer and use it in GitHub Desktop.
Atom keybindings
'atom-workspace':
'ctrl-v': 'pane:split-right-and-copy-active-item'
'ctrl-w': 'window:focus-next-pane'
'.platform-darwin atom-text-editor':
'cmd-e':'nuclide-quick-open:find-anything-via-omni-search'
'.platform-darwin atom-workspace':
'cmd-1': 'nuclide-side-bar:toggle'
'body':
'cmd-w': 'pane:close'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment