Add telescope keymap for grep_string
This commit is contained in:
parent
f6ea82fe9d
commit
086ba55d2c
@ -26,5 +26,12 @@ return {
|
||||
end,
|
||||
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