From a6339338bacf075eface61c62dff97f3ccb9c743 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Tue, 14 Oct 2025 13:39:16 -0400 Subject: [PATCH] Fix fugitive git browse commands --- lua/plugins/fugitive.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/fugitive.lua b/lua/plugins/fugitive.lua index 38bf3e9..1b5ea73 100644 --- a/lua/plugins/fugitive.lua +++ b/lua/plugins/fugitive.lua @@ -23,12 +23,12 @@ return { }, { "go", - "GBrowse", + ".GBrowse", desc = "[B]rowse [G]it URL for fugitive object under cursor", }, { "go", - ":'<,'>GBrowse", + ":GBrowse", mode = "v", desc = "[B]rowse [G]it URL for selected lines", silent = true,