go.nvim
go.nvim copied to clipboard
GoDoc enter floating window
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
What about creating a map to make the same as Ctrl+ww
?
feels hacky
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.