oggy / tab-switcher

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

Plugin is not working well on newest version of Atom after introducing Docks #62

Closed scsmash3r closed 7 years ago

scsmash3r commented 7 years ago

Plugin doesn't work well with the newest Atom version because of new panels (docks): http://blog.atom.io/2017/05/16/atom-1-17.html

Moreover, it overlaps keymaps with core ones, so using ctrl+tab shortcut opens right pane instead.

Current behaviour: when you try to use tab switcher, black overlay with opacity appears and nothing more. After releasing tab, Atom's right dock appears (collision with 'ctrl-tab': 'pane:show-next-recently-used-item' - and you can't really rewrite that...)

utiq commented 7 years ago

Same issue for me, could you solve it?

zarathosss commented 7 years ago

Same issue here.