diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 1e93344..57b8f38 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -26,5 +26,12 @@ return { end, desc = "Find Plugin File", }, + { + "8", + function() + require("telescope.bultin").grep_string() + end, + desc = "Search word under cursor", + }, }, }