better-escape.nvim icon indicating copy to clipboard operation
better-escape.nvim copied to clipboard

Auto-completion popup window edge case

Open g6ai opened this issue 2 years ago • 8 comments

When I'm typing a word and there's popup window for auto-completion, 'jk' does not trigger escape; instead 'jk' itself is entered.

g6ai avatar Mar 03 '22 23:03 g6ai

what do you use for auto-completion?

max397574 avatar Mar 08 '22 10:03 max397574

I use coc.nvim for it

g6ai avatar Mar 08 '22 15:03 g6ai

I have no clue what that could be since I use nvim-cmp and it works there

max397574 avatar Mar 09 '22 10:03 max397574

Cool thanks

g6ai avatar Mar 09 '22 12:03 g6ai

because coc use to cancel completion, it has been fixed now

xiyaowong avatar Mar 12 '22 07:03 xiyaowong

@xiyaowong can confirm. Thank you very much!

g6ai avatar Mar 26 '22 19:03 g6ai

@xiyaowong This issue occurs again. Could you inform me of the exact CoC issue and I can follow it there?

g6ai avatar Apr 18 '22 21:04 g6ai

@g6ai https://github.com/neoclide/coc.nvim/blob/210e2d0337b0bc55b468a78c0668029059582aa1/autoload/coc.vim#L133

xiyaowong avatar Apr 19 '22 04:04 xiyaowong

is this still a problem @g6ai ?

max397574 avatar Feb 11 '23 14:02 max397574

I tested it just now, it is solved. I think is used to be a problem on the CoC.nvim side, so yeah I should close it.

g6ai avatar Feb 15 '23 01:02 g6ai