This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add the following to your keymap.cson file for traditional LTR style tab-switching instead of Atom's default MRU style. | |
# | |
# Get to keymap.cson through Settings -> Keybindings or ~/.atom/keymap.cson (on Mac) | |
'body': | |
'ctrl-tab ^ctrl': 'unset!' | |
'ctrl-tab': 'pane:show-next-item' | |
'ctrl-shift-tab ^ctrl': 'unset!' | |
'ctrl-shift-tab': 'pane:show-previous-item' |