Is it possible to list bindings+descriptions and fuzzy search it using e.g. telescope? #527
Replies: 1 comment 1 reply
-
Yes it is, checkout the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really like VSCodes CTRL+Shift+P and that it can fuzzy search through commands and will also tell you the shortcut. As my config grows and I switch between projects I often forget some binds (e.g. I didn't use python in a while and had to look up the binds I set for dap), but I'd probably be able to find them using a fuzzy search over the descriptions.
Any way to get a full list of descriptions? My guess that flattening the tree which-key builds would do it, but maybe that's already been done somewhere. I'm not yet that familiar with the nvim plugin eco-system.
Beta Was this translation helpful? Give feedback.
All reactions