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

User's custom cmdline keymap are ignored after enabling cmdline completion for blink #674

Closed
2 tasks done
milanglacier opened this issue Dec 20, 2024 · 1 comment
Closed
2 tasks done
Labels
bug Something isn't working keymap

Comments

@milanglacier
Copy link
Contributor

milanglacier commented Dec 20, 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

User's custom cmdline keymap are ignored after enabling cmdline completion for blink.

For example, if the users set <C-b> to act as <Left> in cmdline keymap, after enabling blink cmp, <C-b> no longer works.

Relevant configuration

local keymap = vim.api.nvim_set_keymap

keymap('c', '<C-b>', '<Left>', { noremap = true })
keymap('c', '<C-f>', '<Right>', { noremap = true })

require('blink-cmp').setup {
                keymap = {
                    preset = 'super-tab',
                },
}

neovim version

0.10

blink.cmp version: branch, tag, or commit

0.8.0

@milanglacier milanglacier added the bug Something isn't working label Dec 20, 2024
@Saghen Saghen added the keymap label Dec 20, 2024
@Saghen Saghen closed this as completed in 92da013 Dec 20, 2024
@milanglacier
Copy link
Contributor Author

Updated and it works now! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working keymap
Projects
None yet
Development

No branches or pull requests

2 participants