fix: correct frecency picker invocation in dashboard and key mappings

This commit is contained in:
2024-09-14 17:26:39 -04:00
parent 0affef0abc
commit 725c3533a1
3 changed files with 18 additions and 3 deletions
+3 -1
View File
@@ -415,7 +415,9 @@ M.misc = {
},
{ -- Telescope Frecency
lhs = "<leader><leader>",
rhs = "<cmd>Telescope frecency workspace=CWD<cr>",
rhs = function()
require("data.func").frecency_picker()
end,
desc = "Telescope frecency",
},
{ -- Exit Neovim