Avoid change to float window on neovim #3252
chemzqm
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When there's
win_execute()
api, coc.nvim won't change to float window, so it's not possible to jump to float window by command like<C-w>w
and<C-w>p
anymore.Alternatives for jump to float window:
:call coc#float#jump()
:call win_gotoid(g:coc_last_float_win)
Beta Was this translation helpful? Give feedback.
All reactions