Skip to content

Keymap stopped working #577

@henrikbjorn

Description

@henrikbjorn

Doing my bi weekly :Lazy update of plugins the accept_line and accept_word key maps stopped working.

Reverting back to the previous installed commit f7732213e41995439171f35bdd2bf1c809f8e8e7 and it is working again.

my config

return {
  {
    'zbirenbaum/copilot.lua',
    cmd = 'Copilot',
    event = 'InsertEnter',
    opts = {
      suggestion = {
        enabled = true,
        auto_trigger = true,
        keymap = {
          accept = "<M-l>",
          accept_word = "<M-k>",
          dismiss = "<C-]>",
        }
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions