Skip to content
Discussion options

You must be logged in to vote

@andradei I did it like:

  return {
    "folke/trouble.nvim",
    opts = {
      focus = true,
      win = { type = "float" },
      keys = {
        -- The defaults for these are reversed but when having a floating window I want it to close on <cr>
        o = "jump",
        ["<cr>"] = "jump_close",
      },
    },
  }

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@andradei
Comment options

@bdlangton
Comment options

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