From 7e5c846bc478c56be413477b4255282cf3951eab Mon Sep 17 00:00:00 2001 From: xesc Date: Sun, 10 Dec 2023 19:31:07 +0100 Subject: [PATCH] fixes description in telescope --- lua/plugin/telescope.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugin/telescope.lua b/lua/plugin/telescope.lua index 724261a..a698477 100644 --- a/lua/plugin/telescope.lua +++ b/lua/plugin/telescope.lua @@ -12,9 +12,9 @@ return { { "fb", "Telescope current_buffer_fuzzy_find", desc = "Find Strings in current Buffer" }, { "fg", "Telescope live_grep", desc = "Grep Content in Files" }, { "/", "Telescope live_grep", desc = "Grep Content in Files" }, - { "fl", "Telescope grep_string", desc = "Grep currently hovered String" }, + { "fl", "Telescope grep_string", desc = "Grep currently hovered String" }, { "fG", "Telescope git_files", desc = "Find Git Files" }, - { "fk", "Telescope keymaps", desc = "Find Git Files" }, + { "fk", "Telescope keymaps", desc = "List Keymaps" }, { "fr", "Telescope oldfiles", desc = "Find Recent Files" }, }, },