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

rg-dwim with two arguments from rg-menu #92

Closed
gusbrs opened this issue Jul 29, 2020 · 3 comments
Closed

rg-dwim with two arguments from rg-menu #92

gusbrs opened this issue Jul 29, 2020 · 3 comments

Comments

@gusbrs
Copy link

gusbrs commented Jul 29, 2020

rg-dwim can receive two universal-arguments to call rg-dwim-current-file. While this works when calling rg-dwim directly, it doesn't when calling it from rg-menu (with "d"). Indeed, when typing "C-u C-u" at the rg-menu this message is echoed in the minibuffer:

Unbound suffix: C-u (Use C-g to abort, ? for help) [universal-argument-more]

So that we are not able to use rg-dwim from rg-menu with two arguments.

@dajva
Copy link
Owner

dajva commented Aug 27, 2020

This is available in the menu under level 4 under key c for current dir and f for current file. The "DWIM" label is missing in the menu so I should add it.
If you can't see these commands, please have a look at https://magit.vc/manual/transient/Enabling-and-Disabling-Suffixes.html#Enabling-and-Disabling-Suffixes to find out how you can change the level.

@gusbrs
Copy link
Author

gusbrs commented Aug 27, 2020

Oh, man, it was screaming at my face! Sorry for the noise. And thank you for making things even clearer for those with a thick skull.

@dajva
Copy link
Owner

dajva commented Aug 27, 2020

No problem. it was kind of hidden. Should be better now.

@dajva dajva closed this as completed Aug 27, 2020
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