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()