summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/git.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-06 17:29:57 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-06 17:29:57 +0900
commit58b470132119f01883ef68411adf62f65d91a0e9 (patch)
tree307fbb954892feeea35e6fe343032e59893df714 /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/git.lua
parent7abaacdd7b7ebadaa6833c200eead4e84cb236d8 (diff)
updates
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)