Last active
June 16, 2016 17:28
-
-
Save rtorr/160546a6b31c2c02e9bb9ab1fe1717ca to your computer and use it in GitHub Desktop.
Atom keybindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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