DavidLGoldberg / jumpy

The fastest way to jump around files and across visible panes in Atom
https://atom.io/packages/jumpy
MIT License
123 stars 16 forks source link

Focus only on active window/panel #109

Closed yangwao closed 6 years ago

yangwao commented 6 years ago

When I have 6 windows with code opened, it will highlights also in other windows. That's good, but somehow it takes a while to generate shortcut labels.

What if I could just enable it for one window or only one panel with tabs? Maybe it could make things faster?

Btw, great work, thanks! 🤗

DavidLGoldberg commented 6 years ago

Thanks for the issue! That's not a bad idea or anything but I think I'd rather not build / support the workaround, but rather work on performance improvements.

With the current version of Atom / Jumpy I've only been seeing the lag with a good number of labels...

I'll chalk this up to performance is really important, so I should work on improving that.

DavidLGoldberg commented 6 years ago

https://github.com/DavidLGoldberg/jumpy/issues/110