Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buffer level key mappings may trigger blink in promt buffer #716

Closed
2 tasks done
Kaiser-Yang opened this issue Dec 22, 2024 · 0 comments
Closed
2 tasks done

Buffer level key mappings may trigger blink in promt buffer #716

Kaiser-Yang opened this issue Dec 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Kaiser-Yang
Copy link
Contributor

Kaiser-Yang commented Dec 22, 2024

Make sure you have done the following

  • I have updated to the latest version of blink.cmp
  • I have read the README

Bug Description

With default configuration, the completion will be disabled when in a buffer whose type is prompt, but the buffer level key mappings may trigger the completion.

For example, when use nvim-telescope to live grep, and I type letter the completion list not pop up:

image

But when I use <bs> or some brackets the completion list will pop up:

image

My <bs> and brackets had been binded when BufEnter by the jiangmiao/auto-pairs plugin.

And I've tried that when I remove the <bs> key mapping in the buffer, when I press <bs> the cmopletion list won't pop up. So I guess it's something related with the buffer level keymappings.

Relevant configuration

No response

neovim version

NVIM v0.10.1

blink.cmp version: branch, tag, or commit

v0.8.1

@Kaiser-Yang Kaiser-Yang added the bug Something isn't working label Dec 22, 2024
@Kaiser-Yang Kaiser-Yang changed the title Buffer level key mapping may trigger blink in 'promt' buffer Buffer level key mappings may trigger blink in 'promt' buffer Dec 22, 2024
@Kaiser-Yang Kaiser-Yang changed the title Buffer level key mappings may trigger blink in 'promt' buffer Buffer level key mappings may trigger blink in promt buffer Dec 22, 2024
@Saghen Saghen closed this as completed in e670720 Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant