Skip to content

Instantly share code, notes, and snippets.

@gaborpinterweb
Created July 7, 2016 09:03
Show Gist options
  • Select an option

  • Save gaborpinterweb/9ec7a85c012f556c8e7d35d55b3a12b8 to your computer and use it in GitHub Desktop.

Select an option

Save gaborpinterweb/9ec7a85c012f556c8e7d35d55b3a12b8 to your computer and use it in GitHub Desktop.
Atom keymapping for linear tab switching #atom
'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