chore(telescope): replace find_files with git_files command (<C-p>)

This commit is contained in:
Simon Lasbrugnas 2024-11-05 15:12:00 +01:00
parent f0a845b937
commit 61ca2910c8
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

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