Skip to content

Instantly share code, notes, and snippets.

@thunsaker
Last active December 31, 2016 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thunsaker/9820515 to your computer and use it in GitHub Desktop.
Save thunsaker/9820515 to your computer and use it in GitHub Desktop.
Atom - Sane Tab Switching
# Add the following to your keymap.cson file
#
# Get to keymap.cson through Settings -> Keybindings or ~/.atom/keymap.cson (on Mac)
'body':
'ctrl-tab':'pane:show-next-item'
'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