plugins.codeium-vim.keymaps.accept

Keymap for inserting the proposed suggestion. Command: vim.fn['codeium#Accept']()

Plugin default: "<Tab>"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.codeium-vim.keymaps.clear

Keymap for clearing current suggestion. Command: vim.fn['codeium#Clear']()

Plugin default: "<C-]>"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.codeium-vim.keymaps.complete

Keymap for manually triggering the suggestion. Command: vim.fn['codeium#Complete']()

Plugin default: "<M-Bslash>"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.codeium-vim.keymaps.next

Keymap for cycling to the next suggestion. Command: vim.fn['codeium#CycleCompletions'](1)

Plugin default: "<M-]>"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.codeium-vim.keymaps.prev

Keymap for cycling to the previous suggestion. Command: vim.fn['codeium#CycleCompletions'](-1)

Plugin default: "<M-[>"

Type: null or string or raw lua code

Default: null

Declared by: