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" },