Skip to content

Instantly share code, notes, and snippets.

@tedz2usa
Last active November 20, 2016 23:27
Show Gist options
  • Save tedz2usa/88481003f13036e6f5d3bf308d121e39 to your computer and use it in GitHub Desktop.
Save tedz2usa/88481003f13036e6f5d3bf308d121e39 to your computer and use it in GitHub Desktop.
# 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