Replies: 1 comment
-
I would really like this feature also: when refactoring code, I often want to record a macro of |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'd like to create a keybinding that opens up a symbol picker that narrows the selections to only show functions:
%k f
for example.While the search picker allows prefilling using the search register
/
, there's no prefilling for the other pickers.If I create macro that's supposed to write into the picker prompt, characters following the picker invocation are disregarded:
Is there a way to accomplish what I'm looking for already, or is it feasible to allow macros to write into the picker prompt?
Beta Was this translation helpful? Give feedback.
All reactions