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", "<leader>fr",
function() function()
Snacks.picker.recent() Snacks.picker.recent({ filter = { cwd = true } })
end, end,
desc = "Recent", desc = "Recent",
}, },