From 55b2405442c27a55ddb1abc15d88d874ae9b4859 Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Sat, 9 Nov 2024 00:27:25 +0100 Subject: [PATCH] chore(telescope): reset find files command to find_files --- lua/plugins/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index cb9f0c2..e1d773f 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -27,7 +27,7 @@ return { } end, keys = { - { "", "Telescope git_files", desc = "Find files" }, + { "", "Telescope find_files", desc = "Find files" }, { "p", function() require("telescope.builtin").live_grep({ no_ignore = true }) end,