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

GoDoc enter floating window

Open aldevv opened this issue 1 year ago • 3 comments

Is there a way to run GoDoc say 2 times, and make my cursor enter the floating window?, kind of like the default behavior of hover

aldevv avatar Jul 01 '23 21:07 aldevv

What about creating a map to make the same as Ctrl+ww?

edgardleal avatar Oct 24 '23 23:10 edgardleal

feels hacky

aldevv avatar Jan 12 '24 21:01 aldevv

In fact, as @edgardleal suggested, it is more of a recommended way to move around between windows, check help CTRL-W and help CTRL-W_w. Also, each time you run GoDoc it will destroy previous results. I do not see an easy workflow to show multiple floating GoDoc windows in neovim.

ray-x avatar Jan 16 '24 01:01 ray-x