From 29acb68261f342d66881f836853d4efaff8003c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 17 Oct 2024 10:30:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(nvim):=20commits?= =?UTF-8?q?=20telescope=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lua/plugins/extras/editor/telescope/telescope-extended.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/nvim/lua/plugins/extras/editor/telescope/telescope-extended.lua b/.config/nvim/lua/plugins/extras/editor/telescope/telescope-extended.lua index 20dc7fc0..2858f40a 100644 --- a/.config/nvim/lua/plugins/extras/editor/telescope/telescope-extended.lua +++ b/.config/nvim/lua/plugins/extras/editor/telescope/telescope-extended.lua @@ -48,7 +48,6 @@ return { { "", LazyVim.pick("find_files", { hidden = true }), desc = "Find Files (hidden)" }, { "gb", "Telescope git_branches", desc = "Branches" }, { "S", "Telescope spell_suggest", desc = "Spelling" }, - { "gC", "Telescope git_commits", desc = "Commits" }, { "gs", false }, }, opts = {