diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index d9c7326..51e53fb 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -13,6 +13,7 @@ return { vim.keymap.set('n', 'ps', function() builtin.grep_string({ search = vim.fn.input("Grep > ") }) end, { desc = "Grep entire project for string" }) + vim.keymap.set('n', 'b', builtin.buffers, { desc = "Search buffers" }) end }, {