We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bcccd commit 625a5cfCopy full SHA for 625a5cf
plugin/codeium.vim
@@ -58,10 +58,10 @@ if !get(g:, 'codeium_disable_bindings')
58
if empty(mapcheck('<M-Bslash>', 'i'))
59
imap <M-Bslash> <Plug>(codeium-complete)
60
endif
61
- if empty(mapcheck('<C-Right>', 'i'))
+ if empty(mapcheck('<C-k>', 'i'))
62
imap <script><silent><nowait><expr> <C-Right> codeium#AcceptNextWord()
63
64
- if empty(mapcheck('<Right>', 'i'))
+ if empty(mapcheck('<C-l>', 'i'))
65
imap <script><silent><nowait><expr> <Right> codeium#AcceptNextLine()
66
67
0 commit comments