Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ampvchen
Created July 27, 2017 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ampvchen/ebcb7b26ddd102a3d5922c31816fe603 to your computer and use it in GitHub Desktop.
Save ampvchen/ebcb7b26ddd102a3d5922c31816fe603 to your computer and use it in GitHub Desktop.
Fix ctrl-tab to change tabs
'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