From e45eb4ba902ba440af95589ce133020b2b21e3ef Mon Sep 17 00:00:00 2001 From: Shadow Cat Date: Sat, 3 Jun 2023 23:48:06 -0400 Subject: [PATCH] fix "ascension" (it's not really that cool) --- lua/config/mappings.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/config/mappings.lua b/lua/config/mappings.lua index 402d455..c0e008e 100644 --- a/lua/config/mappings.lua +++ b/lua/config/mappings.lua @@ -72,6 +72,6 @@ lo.map("", "l") lo.cmd("", "res -1") lo.cmd("", "res +1") --- ascension -m.map("x","p", "\"_dp") +-- ascension (in p p, paste without replacing clipboard) +m.map("x","p", "\"_dhp")