-
Notifications
You must be signed in to change notification settings - Fork 76
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
Can't get key binding to work (almost certainly user error) #270
Comments
Hmm, this works for me and your config looks similar to mine. I think you need to use |
If I do
If I do |
It doesn't work for me either... I tried Tab and Ctrl+k |
I'm facing the same problem. |
I'm moving over from
codeium.vim
tocodeium.nvim
and for some reason, I can't figure out how to migrate my old manual keybinding to the new plugin.Specifically, I have the
nvim-cmp
setup disabled, and I would like to be able to press CTRL+SPACE to accept the virtual text suggestion.The old way:
What I believe (obviously incorrectly) should work:
Based on the README, this reads like it should work, but I can't seem to get it to take.
When I run
:map
, it doesn't even show as being a registered key binding for anything:What am I doing wrong here? If I leave the
key_bindings
list off,<Tab>
does work as theaccept
key, but I would prefer not to use that if I don't have to. Defining my own key binding obviously prevents the TAB key from accepting the completion.The text was updated successfully, but these errors were encountered: