fix: Add missing git browse keymaps
This commit is contained in:
parent
b622ddfa83
commit
c7a523f4c1
1 changed files with 9 additions and 1 deletions
|
@ -70,7 +70,15 @@ in {
|
|||
mkRaw
|
||||
# lua
|
||||
"function() Snacks.gitbrowse() end"
|
||||
) "Git Browse")
|
||||
) "Git Browse (open)")
|
||||
|
||||
(keys.mk ["n" "x"] "<leader>gY" (mkRaw
|
||||
# lua
|
||||
''
|
||||
function()
|
||||
Snacks.gitbrowse({ open = function(url) vim.fn.setreg("+", url) end })
|
||||
end
|
||||
'') "Git Browse (copy)")
|
||||
];
|
||||
|
||||
# Toggles - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
|
Loading…
Reference in a new issue