Skip to content

feature: option for the floating window's keymaps #172

@k14lb3

Description

@k14lb3

Did you check the docs?

  • I have read the Grapple docs

Is your feature request related to a problem? Please describe.

I want to rebind Select (split) and Select (vsplit).

Describe the solution you'd like

require("oil").setup({
  ...,
  keymaps = {
    ["g?"] = "actions.show_help",
    ["<CR>"] = "actions.select",
    ["<C-s>"] = { "actions.select", opts = { vertical = true }, desc = "..." },
    ...
  },
  ...
})

Something similar to oil.nvim.

Describe alternatives you've considered

None.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions