Closed ckangnz closed 3 years ago
@chris542 , I am pretty sure this is bc of your Ctrlp mapping.
My guess is that when we jump in FZF's window with coc-reference, Vim is still in Normal mode until we press a key or something. Do you have the same issue with other coc-fzf lists as well? (CocFzfList actions for instance)
Environment
echo $FZF_DEFAULT_OPTS
:bat --version
: 0.18.2(n)vim --version
:Describe the Bug
When I hit
gr
to usecoc-references
and immediately hitctrl+p
to move up the list, it opens fzf finderTo Reproduce
Minimal vimrc
Steps to Reproduce
To avoid this, i'm currently doing :
Expected Behavior
When i'm on coc-references window, i expect ctrl-p to behave as moving the cursor to the previous item in the list instead of opening fzf in that buffer