feat(nvim): add snacks bindings for git branches
This commit is contained in:
parent
7a0665fd03
commit
95a882a0e5
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ return {
|
|||
},
|
||||
}) end, desc = "Zoxide" },
|
||||
{ "<leader>S", function() Snacks.picker.spelling() end, desc = "Spelling" },
|
||||
{ "<leader>gb", function() Snacks.picker.git_branches() end, desc = "Git Branches" },
|
||||
{ "<leader>,", function() Snacks.picker.buffers({
|
||||
on_show = function()
|
||||
vim.cmd.stopinsert()
|
||||
|
|
Loading…
Add table
Reference in a new issue