[mini.clue] Pass a key prefix to MiniClue.gen_clues.*()
#2460
Closed
drewlwhitney
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
Thanks for the suggestion! This was already discussed in #2028. It also contains several solutions of how to approach this. The "it would be a little weird to generate |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Basically, I want to be able to do
and have it generate clues for
<leader>winstead of<C-w>, since I use<leader>wfor window commands.Right now I have to manually create all the window clues, so this would save room in my config.
Looking at the code, I think this could be done without breaking the interface. I would be happy to implement this and submit a PR if it is something you're interested in supporting.
I would also extend this to other
gen_clues.*()functions likegen_clues.g(); it would be a little weird to generategclues for another letter, say like,t, but it would be nice nonetheless.Thanks for this awesome plugin!
All reactions