chore(telescope): reset find files command to find_files

This commit is contained in:
Simon Lasbrugnas 2024-11-09 00:27:25 +01:00
parent e28f7eebcd
commit 55b2405442
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -27,7 +27,7 @@ return {
}
end,
keys = {
{ "<C-p>", "<cmd>Telescope git_files<CR>", desc = "Find files" },
{ "<C-p>", "<cmd>Telescope find_files<CR>", desc = "Find files" },
{
"<leader>p",
function() require("telescope.builtin").live_grep({ no_ignore = true }) end,