pechorin/any-jump.vim

Shifting windows can get any-jump window stuck without exit

Opened this issue · 2 comments

snide commented

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.

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 )

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