summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/git.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/git.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/git.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/git.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/git.lua
index 3788279..1f18b61 100644
--- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/git.lua
+++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/git.lua
@@ -56,7 +56,7 @@ return {
end, { desc = "Copy git repository URL to clipboard" })
-- Function to open a repository from the clipboard
- vim.keymap.set("n", "<leader>er", function()
+ vim.keymap.set("n", "<leader>eg", function()
local url = vim.fn.getreg("+") -- Get URL from clipboard
if not url or url == "" then
vim.notify("Clipboard is empty. Copy a valid URL first.", vim.log.levels.WARN)