[mini.pick] oldfiles picker restricted to items inside current working directory #995
Closed
abeldekat
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Hmmm... As there is a precedent in You're welcome to create an issue about this (or straight up PR, if you'd like; should be a three line change in code plus docs and tests). |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
In my workflow, each project is opened in a
tmux
session. As such, when queryingoldfiles
, I am mostly interested in files inside the current working directory.Function
MiniExtra.pickers.oldfiles
currently does not filter oncwd
:My implementation, using flag
cwd_only
:Beta Was this translation helpful? Give feedback.
All reactions