Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
k14lb3 opened this issue Aug 5, 2024 · 0 comments · May be fixed by #174
Open
1 task done

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

k14lb3 opened this issue Aug 5, 2024 · 0 comments · May be fixed by #174
Labels
enhancement New feature or request

Comments

@k14lb3
Copy link

k14lb3 commented Aug 5, 2024

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

@k14lb3 k14lb3 added the enhancement New feature or request label Aug 5, 2024
@tronikelis tronikelis linked a pull request Aug 31, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant