Created
April 18, 2017 12:10
-
-
Save arehmandev/0ba16a9a58b93c6488014d32676e1708 to your computer and use it in GitHub Desktop.
This file contains 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
For mac add this to your keymap.cson: | |
'.platform-darwin': | |
'cmd-alt-l': 'tree-view:toggle-focus' | |
Now press cmd-alt-l and watch the magic. |
'.platform-darwin atom-workspace':
'cmd-`': 'platformio-ide-terminal:toggle'
'cmd-shift-`': 'platformio-ide-terminal:close'
other distros replace .platform-darwin for .platform-win32 or .platform-linux
'.platform-linux':
'ctrl-cmd-l': 'tree-view:toggle-focus'
'atom-text-editor':
'cmd-right': 'window:focus-pane-on-right'
'cmd-left': 'window:focus-pane-on-left'
'cmd-up': 'window:focus-pane-above'
'cmd-down': 'window:focus-pane-below'
'body':
'cmd-shift-right': 'pane:show-next-item'
'cmd-shift-left': 'pane:show-previous-item'
'.platform-linux atom-workspace':
'ctrl-': 'platformio-ide-terminal:toggle'
'ctrl-shift-`': 'platformio-ide-terminal:close'
Great! Thanks!
Thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's my shortcuts: