Skip to content
Discussion options

You must be logged in to vote

Thank you for the kind words @themastersheep , I appreciate it!

You can configure any keymaps you want for the plugin. Here is an example:

{
  "bassamsdata/namu.nvim",
  config = function()
    require("namu").setup({
      global = {
        movement = {
          next = { "<C-n>", "<C-j>", "<DOWN>" },
          previous = { "<C-p>", "<C-k>", "<UP>" },
          close = { "<Esc>" },
          select = { "<CR>", "<C-i>" },
        },
      },
    })
  end,
},

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@themastersheep
Comment options

Answer selected by themastersheep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants