From 58b470132119f01883ef68411adf62f65d91a0e9 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:29:57 +0900 Subject: updates --- ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/git.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/git.lua') 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", "er", function() + vim.keymap.set("n", "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) -- cgit v1.2.3