Add telescope keymap for grep_string

This commit is contained in:
Tyler Hallada 2023-12-01 15:26:03 -05:00
parent f6ea82fe9d
commit 086ba55d2c

View File

@ -26,5 +26,12 @@ return {
end,
desc = "Find Plugin File",
},
{
"<leader>8",
function()
require("telescope.bultin").grep_string()
end,
desc = "Search word under cursor",
},
},
}