chore(telescope): replace find_files with git_files command (<C-p>)
This commit is contained in:
parent
f0a845b937
commit
61ca2910c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue