Last active
November 20, 2016 23:27
-
-
Save tedz2usa/88481003f13036e6f5d3bf308d121e39 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
# Cycle through tabs in the correct or intuitive order. | |
'body': | |
'ctrl-tab ^ctrl': 'unset!' | |
'ctrl-tab': 'pane:show-next-item' | |
'ctrl-shift-tab ^ctrl': 'unset!' | |
'ctrl-shift-tab': 'pane:show-previous-item' | |
# Add to config.cson, under "Core" | |
# to not re-open windows from last session. | |
core: | |
restorePreviousWindowsOnStart: false | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment