@leedohm wrote:
In Atom 1.14 or later
An option was added to the tabs package in Atom 1.14 to restore the original behavior:
- Launch Atom
- Open the Settings View using Cmd+, on macOS or Ctrl+, on other platforms
- Click the Packages tab
- Search for “tabs”
- Click the Settings button on the tabs package card
- Uncheck “Enable MRU Tab Switching”
In earlier versions
Add the following to your
keymap.cson
:'body': 'ctrl-tab ^ctrl': 'unset!' 'ctrl-tab': 'pane:show-next-item' 'ctrl-shift-tab ^ctrl': 'unset!' 'ctrl-shift-tab': 'pane:show-previous-item'
Posts: 1
Participants: 1