lspsaga.nvim icon indicating copy to clipboard operation
lspsaga.nvim copied to clipboard

Add option for jumping into the hover floating window on the first press.

Open LarssonMartin1998 opened this issue 11 months ago • 0 comments

I get annoyed that it takes so many key presses to close the hover window. Either I have to move my cursor which I don't want to do most times, resulting in me just moving it back. Or, I have to press my keybind to jump into the window again and then q to close it.

This is an option which just moves the cursor directly into the window when you open it, this way you can close it using q directly.

At first I thought about letting q close the window without jumping into it and let that be the option. However, then it can't use a buffer specific keybinding, I think this is the better choice. However, I'm open for suggestions, this at least fixes my issue.

LarssonMartin1998 avatar Jan 14 '25 12:01 LarssonMartin1998