feat: add Telescope buffers keybind
This commit is contained in:
parent
cd2b5e1ea4
commit
27cdbb02c1
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ return {
|
||||||
vim.keymap.set('n', '<Leader>ps', function()
|
vim.keymap.set('n', '<Leader>ps', function()
|
||||||
builtin.grep_string({ search = vim.fn.input("Grep > ") })
|
builtin.grep_string({ search = vim.fn.input("Grep > ") })
|
||||||
end, { desc = "Grep entire project for string" })
|
end, { desc = "Grep entire project for string" })
|
||||||
|
vim.keymap.set('n', '<Leader>b', builtin.buffers, { desc = "Search buffers" })
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue