Add telescope keymap for grep_string
This commit is contained in:
parent
c5c69d5012
commit
4811e1e483
@ -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",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user