From b276ddc4b81b6da47b6e1289413c065fe4e84605 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Thu, 16 Nov 2023 18:59:46 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20Ajout=20raccourcit=20personnalis=C3=A9?= =?UTF-8?q?=20pour=20Telescope=20git=5Ffiles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/user/mappings.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/user/mappings.lua b/lua/user/mappings.lua index 62142b6..0de989e 100644 --- a/lua/user/mappings.lua +++ b/lua/user/mappings.lua @@ -14,6 +14,7 @@ return { -- [""] = { ":w!", desc = "Save File" }, -- change description but the same command -- My telescope keybindings + ["gf"] = { "Telescope git_files", desc = "Find git files with Telescope" }, ["fq"] = { "Telescope quickfix", desc = "Find quickfixes with Telescope" }, ["fs"] = { "Telescope spell_suggest", desc = "Find spell suggestions with Telescope" }, ["fp"] = { "Telescope projects", desc = "Find projetcs with Telescope" },