ray-x / go.nvim

G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim
MIT License
1.93k stars 119 forks source link

GoDoc enter floating window #355

Open aldevv opened 1 year ago

aldevv commented 1 year ago

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

edgardleal commented 8 months ago

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

aldevv commented 6 months ago

feels hacky

ray-x commented 6 months ago

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.