Override Atom editor ctrl+tab and ctrl+shift+tab shortcuts
- 24 May 2017: Post was created (diff)
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
- https://github.com/atom/settings-view/issues/124#issuecomment-261105431
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.