oggy / tab-switcher

Like a window switcher for your Atom tabs.
MIT License
23 stars 11 forks source link

Highlighted file is always the current file #50

Closed ChrisCinelli closed 8 years ago

ChrisCinelli commented 8 years ago

It should be the file I am switching to:

problem-with-tab-switcher-

ChrisCinelli commented 8 years ago

After changing my key config to the one you added in the README, this behavior is gone:

"atom-workspace":
  "ctrl-tab": "tab-switcher:next"
  "ctrl-tab ^ctrl": "unset!"
  "ctrl-shift-tab": "tab-switcher:previous"
  "ctrl-shift-tab ^ctrl": "unset!"

"ol.tab-switcher-tab-list":
  "^ctrl": "tab-switcher:select"
  "^shift": "tab-switcher:select"