From 8f871923dc8b78fa1782e7c02738facc01d2e680 Mon Sep 17 00:00:00 2001 From: zackartz Date: Tue, 23 Apr 2024 13:02:01 -0400 Subject: [PATCH] 460 current 2024-04-23 13:01:59 24.05.20240423.72bc2ea 6.8.6-zen1 * --- modules/home-manager/vim/config/lua/core/keymaps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/vim/config/lua/core/keymaps.lua b/modules/home-manager/vim/config/lua/core/keymaps.lua index ac432d6..5504027 100644 --- a/modules/home-manager/vim/config/lua/core/keymaps.lua +++ b/modules/home-manager/vim/config/lua/core/keymaps.lua @@ -14,7 +14,7 @@ return { [l("W")] = { cmd("w!"), fmt("Save", "Save file!") }, [l("q")] = { cmd("q"), fmt("Exit", "Exit window") }, [l("Q")] = { cmd("q!"), fmt("Exit", "Exit window!") }, - [l("p")] = { '"+p', fmt("Clipboard", "Paste from clipboard") }, + [l("p")] = { '"_dP', fmt("Clipboard", "Paste from clipboard") }, [l("P")] = { '"+P', fmt("Clipboard", "Paste from clipboard") }, [l(":")] = { ":lua ", fmt("Lua", "Lua prompt") }, [l("%")] = { cmd("luafile %"), fmt("Lua", "Luafile") },