-
-
Notifications
You must be signed in to change notification settings - Fork 947
cwd_only option for marks picker #3213
Copy link
Copy link
Open
Labels
enhancementEnhancement to performance, inner workings or existent featuresEnhancement to performance, inner workings or existent featuresgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
enhancementEnhancement to performance, inner workings or existent featuresEnhancement to performance, inner workings or existent featuresgood first issueGood for newcomersGood for newcomers
Is your feature request related to a problem? Please describe.
I like the
builtin.marks()picker, but the fact that it shows all the marks I have across all my projects make it significantly less usable for me. I felt the same way about theoldfilespicker, but that was easily resolved with thecwd_only = trueoption. Unfortunately that option does not exist for the marks picker.Describe the solution you'd like
Have the
marks()picker support thecwd_onlyoption to only show marks in the current working directory instead of all marks across all projects.Describe alternatives you've considered
N/A