diff --git a/lua/astrocommunity/git/openingh-nvim/init.lua b/lua/astrocommunity/git/openingh-nvim/init.lua index 7987cef9f..2b8b0cb08 100644 --- a/lua/astrocommunity/git/openingh-nvim/init.lua +++ b/lua/astrocommunity/git/openingh-nvim/init.lua @@ -5,6 +5,8 @@ return { keys = { { prefix .. "o", "OpenInGHRepo", desc = "Open git repo in web", mode = { "n" } }, { prefix .. "f", "OpenInGHFile", desc = "Open git file in web", mode = { "n" } }, + { prefix .. "F", "OpenInGHFile+", desc = "Copy git file url", mode = { "n" } }, { prefix .. "f", "OpenInGHFileLines", desc = "Open git lines in web", mode = { "x" } }, + { prefix .. "F", "OpenInGHFileLines+", desc = "Copy git lines url", mode = { "x" } }, }, }