Created
July 7, 2016 09:03
-
-
Save gaborpinterweb/9ec7a85c012f556c8e7d35d55b3a12b8 to your computer and use it in GitHub Desktop.
Atom keymapping for linear tab switching #atom
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
| 'body': | |
| 'ctrl-tab ^ctrl': 'unset!' | |
| 'ctrl-tab': 'pane:show-next-item' | |
| 'ctrl-shift-tab ^ctrl': 'unset!' | |
| 'ctrl-shift-tab': 'pane:show-previous-item' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment