Coc¶
Resources¶
Modules¶
CocSearch¶
:CocSearch whateverstring -A 20
// returns buffer with instances of
// whateverstring along with 20 more lines
Open jump definition in a new tab¶
Goto Definition in Vsplit? · Issue #1249 · neoclide/coc.nvim
:call CocAction('jumpDefinition', 'tabe')
Move to floating window¶
<c-w><c-w>
switches between windows.