From 8166db5823055de64461190a2cb89785d0887bad Mon Sep 17 00:00:00 2001 From: Patrick Auernig Date: Tue, 11 Jun 2024 16:32:16 +0200 Subject: [PATCH] Add telescope keybind for git_status --- lua/valeth/plugins/telescope.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/valeth/plugins/telescope.lua b/lua/valeth/plugins/telescope.lua index bcc8642..9120930 100644 --- a/lua/valeth/plugins/telescope.lua +++ b/lua/valeth/plugins/telescope.lua @@ -12,6 +12,7 @@ spec.keys = { { "ff", "Telescope find_files", desc = "Find in files" }, { "fb", "Telescope buffers", desc = "Find in buffers" }, { "fg", "Telescope live_grep", desc = "Find by grepping" }, + { "fc", "Telescope git_status", desc = "Find changed files" }, } spec.config = function()