summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/utils/utils.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-14 12:09:59 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-14 12:09:59 +0900
commit63956db482b42e2d062412182e17f4b54f6cb27b (patch)
treeb57a5ef512dfc5e5cde1b50085f58af01f784186 /ar/.config/TheSiahxyz/lua/thesiahxyz/utils/utils.lua
parent68e7cac703579c7ea034b5fcf1a36d54ea3d62f3 (diff)
modified plugins/lualine.lua, modified utils/utils.lua, created plugins/macro.lua
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/utils/utils.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/utils/utils.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/utils/utils.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/utils/utils.lua
index 2925569..f4d280b 100644
--- a/ar/.config/TheSiahxyz/lua/thesiahxyz/utils/utils.lua
+++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/utils/utils.lua
@@ -62,7 +62,7 @@ end
vim.api.nvim_set_keymap(
"i",
- "<M-p>",
+ "<C-v>",
"<cmd>lua require('thesiahxyz.utils.utils').insert_file_path()<cr>",
{ noremap = true, silent = true }
)