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

Populate vim which-key #10

Open
brunofavs opened this issue Oct 18, 2024 · 0 comments
Open

Populate vim which-key #10

brunofavs opened this issue Oct 18, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@brunofavs
Copy link
Owner

I find myself forgetting lots of useful features I have used in the past, like surround, vim-spider, auto align, etc.

These are super powerful plugins that I seldom use, thus I keep forgetting. However these are godlike when they are needed. If I had vim which-key populated, it would be easier to check these.

    wk.register({
      ["<leader>"] = {
        s = {
          b = {"Show buffers" },
        },
      },
    })

@brunofavs brunofavs added enhancement New feature or request documentation Improvements or additions to documentation labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant