Fix fugitive git browse commands

This commit is contained in:
2025-10-14 13:39:16 -04:00
parent 75e5c3cf09
commit a6339338ba

View File

@@ -23,12 +23,12 @@ return {
},
{
"<leader>go",
"<cmd>GBrowse<CR>",
"<Cmd>.GBrowse<CR>",
desc = "[B]rowse [G]it URL for fugitive object under cursor",
},
{
"<leader>go",
":'<,'>GBrowse<CR>",
":GBrowse<CR>",
mode = "v",
desc = "[B]rowse [G]it URL for selected lines",
silent = true,