context.vim icon indicating copy to clipboard operation
context.vim copied to clipboard

Overlap in visual mode

Open jakobkogler opened this issue 5 years ago • 1 comments
trafficstars

If you jump into visual mode, and and move upwards, you will end up behind the context window.

E.g. see here (red is the current cursor). 2020-05-01-132749_558x240_scrot

So if you want to see what you are visualizing, you need to manually move the screen with C-y, which is annoying. Any chance of fixing that?

jakobkogler avatar May 01 '20 11:05 jakobkogler

Thank you. This is currently expected behavior. The plugin currently only updates the context (including making sure the cursor is not obstructed by the floating window) in normal mode.

But it definitely makes sense to fix this. I will look into it 👍

wellle avatar May 01 '20 19:05 wellle