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