updates snacks config
This commit is contained in:
parent
c296321bc2
commit
d929567c45
1 changed files with 7 additions and 0 deletions
|
|
@ -101,6 +101,13 @@ return {
|
||||||
end,
|
end,
|
||||||
desc = "Projects",
|
desc = "Projects",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"<leader>bb",
|
||||||
|
function()
|
||||||
|
Snacks.picker.buffers()
|
||||||
|
end,
|
||||||
|
desc = "Buffers",
|
||||||
|
},
|
||||||
-- Search
|
-- Search
|
||||||
{
|
{
|
||||||
"<leader>ss",
|
"<leader>ss",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue