Filter recent files by current project (directory)

This commit is contained in:
Václav Uruba 2025-07-08 21:31:04 +02:00
parent 81254d8fd6
commit 6040c2f6eb
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -158,7 +158,7 @@ return {
{
"<leader>fr",
function()
Snacks.picker.recent()
Snacks.picker.recent({ filter = { cwd = true } })
end,
desc = "Recent",
},