Override Atom editor ctrl+tab and ctrl+shift+tab shortcuts

Revision history
Tags: atom

I want Ctrl+Tab and Ctrl+Shift+Tab to quite simply go to Next and Previous pane. I don’t want no smart last pane used functionality. I got that in my brain. Override it like this in your keymap.cson:

'body':
  'ctrl-tab': 'pane:show-next-item'
  'ctrl-shift-tab': 'pane:show-previous-item'
  'ctrl-tab ^ctrl': 'unset!'
  'ctrl-shift-tab ^ctrl': 'unset!'

References

If you have any comments or feedback, please send me an e-mail. (stig at stigok dotcom).

Did you find any typos, incorrect information, or have something to add? Then please propose a change to this post.

Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.