pechorin / any-jump.vim

Jump to any definition and references 👁 IDE madness without overhead 🚀
1.08k stars 40 forks source link

Shifting windows can get any-jump window stuck without exit #45

Open snide opened 4 years ago

snide commented 4 years ago

Neat project. One thing I noticed was that if I use <C-w><left> or any other pane shifts, I can get trapped where the AnyJump window stays up. Here's a gif, if you look close you can see my cursor shift down to the file while the window still says up. I might suggest auto closing anyjump when the cursor focus is someplace else.

pechorin commented 4 years ago

Hello @snide, thanks for your report. I think this is predicatable behaviour :) this is fine in some terms. I think i will change this behaviour for nvim in next releases with additional option like ( auto_close_on_unfocus )

goodboy commented 10 months ago

Also noticed this and it would be amazing to add that auto_close_on_unfocus option when you can @pechorin !