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

Make the key customizable to "Toggle the which-key with the fuzzy-find" #113

Closed
younger-1 opened this issue Mar 3, 2024 · 1 comment
Closed

Comments

@younger-1
Copy link

younger-1 commented Mar 3, 2024

Describe the problem

I found <CR> is more comfortable for me to press than to toggle the fuzzy-find in which-key.

Describe the solution

Like the title. :)

Cassin01 added a commit that referenced this issue Mar 9, 2024
Merge pull request #112 from Cassin01/Fixes#105
@Cassin01
Copy link
Owner

Cassin01 commented Mar 9, 2024

Hello younger-1,
I just add the setup-option for builtin-keymaps.
You can change the toggle key by setting the key like bellow.

require("wf").setup({
  builtin_keymaps = {
    toggle = "<C-K>"
  }
})

Thank you for suggestion!

Cassin01 added a commit that referenced this issue Mar 10, 2024
Cassin01 added a commit that referenced this issue Mar 10, 2024
Cassin01 added a commit that referenced this issue Mar 10, 2024
Cassin01 added a commit that referenced this issue Mar 10, 2024
update stylua verssion 2 -> 4
Cassin01 added a commit that referenced this issue Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants