changes keybindings for buffers
This commit is contained in:
parent
bcc9e2dccc
commit
4703c104fa
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ return {
|
||||||
desc = "Projects",
|
desc = "Projects",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"<leader>bl",
|
"<leader>bb",
|
||||||
function()
|
function()
|
||||||
Snacks.picker.buffers()
|
Snacks.picker.buffers()
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ return {
|
||||||
"leath-dub/snipe.nvim",
|
"leath-dub/snipe.nvim",
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
"<leader>bb",
|
"<leader>bs",
|
||||||
function()
|
function()
|
||||||
require("snipe").open_buffer_menu()
|
require("snipe").open_buffer_menu()
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue