plugins.codeium-vim.keymaps.accept
Keymap for inserting the proposed suggestion.
Command: vim.fn['codeium#Accept']()
Type: null or string or raw lua code
Default:
null
Plugin default: "<Tab>"
Declared by:
plugins.codeium-vim.keymaps.clear
Keymap for clearing current suggestion.
Command: vim.fn['codeium#Clear']()
Type: null or string or raw lua code
Default:
null
Plugin default: "<C-]>"
Declared by:
plugins.codeium-vim.keymaps.complete
Keymap for manually triggering the suggestion.
Command: vim.fn['codeium#Complete']()
Type: null or string or raw lua code
Default:
null
Plugin default: "<M-Bslash>"
Declared by:
plugins.codeium-vim.keymaps.next
Keymap for cycling to the next suggestion.
Command: vim.fn['codeium#CycleCompletions'](1)
Type: null or string or raw lua code
Default:
null
Plugin default: "<M-]>"
Declared by:
plugins.codeium-vim.keymaps.prev
Keymap for cycling to the previous suggestion.
Command: vim.fn['codeium#CycleCompletions'](-1)
Type: null or string or raw lua code
Default:
null
Plugin default: "<M-[>"
Declared by: