fix: correct frecency picker invocation in dashboard and key mappings
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user