From 3386e3745f0599af4625ec319a13db453c95352e Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Sun, 24 Dec 2023 19:19:41 +0100 Subject: [PATCH] System clipboard mapping's for easy interaction. --- lua/crony/map.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lua/crony/map.lua b/lua/crony/map.lua index 45607c0..a14a806 100644 --- a/lua/crony/map.lua +++ b/lua/crony/map.lua @@ -35,8 +35,9 @@ end, { desc = "Source current source file" }) map("v", "<", "", ">gv") --- next greatest remap ever : asbjornHaland ( stolen from the primeagen ) -map({ "n", "v" }, "y", [["+y]], { desc = "" }) +-- allow for use of system clipboard fast +map({ "n", "v" }, "y", [["+y]]) map("n", "Y", [["+Y]]) +map({ "n", "v" }, "P", [["+p]]) map({ "n", "v" }, "d", [["_d]])