schasse / tmux-jump

Vimium/Easymotion like navigation for tmux.
GNU General Public License v3.0
362 stars 16 forks source link

Background highlight conflicts with Nvim theme #41

Open rtalexk opened 8 months ago

rtalexk commented 8 months ago

Just right after entering jump mode and pressing a char to search, the terminal background changes to illustrate to which places I can jump.

After selecting a place and exiting jump mode, the theme of Nvim gets affected, it is visible at second 6 where I start moving and each line I move to it recovers its background color (from dark gray to purple-ish).

It doesn't really affect the functionality, but it is kind of annoying.

For this I have a workaround to redraw the content of Nvim, and probably I shouldn't be using this plugin to move around inside Nvim as there are other alternatives for that.

https://github.com/schasse/tmux-jump/assets/16341644/28cfb97c-21f8-4413-88a7-ad30b9d03cbd

pbower commented 7 months ago

I concur with this. Plugin is unusable in Neovim.

schasse commented 7 months ago

Hi there,

Thanks for reporting this issue. I understand how the change in theme can be annoying. Unfortunately, I'm currently swamped with other tasks and won't be able to look into this immediately.

However, I'd greatly appreciate it if you could help out with a PR.

Thanks for your understanding and your help!