fix "ascension" (it's not really that cool)

This commit is contained in:
iris committed 2023-06-03 23:48:06 -04:00
1 parent 2fba77dc76
commit e45eb4ba90
1 file changed
+2 -2
+2 -2
View File
@@ -72,6 +72,6 @@ lo.map("<C-"..l..">", "<C-w>l")
lo.cmd("<C-,>", "res -1")
lo.cmd("<C-.>", "res +1")
-- ascension
m.map("x","<leader>p", "\"_dp")
-- ascension (in <leader>p <leader>p, paste without replacing clipboard)
m.map("x","<leader>p", "\"_dhp")