Add telescope keymap for grep_string

This commit is contained in:
Tyler Hallada 2023-11-27 15:49:10 -05:00
parent c5c69d5012
commit 4811e1e483

View File

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