fix visual paste + probably something else (thx)

This commit is contained in:
iris committed 2025-10-22 00:14:26 -04:00
1 parent e1450a7de4
commit 76f44dd26a
2 files changed
+17 -22

No files matched your search

+1 -1
View File
@@ -86,7 +86,7 @@ lo.cmd("<C-,>", "res -1")
lo.cmd("<C-.>", "res +1")
-- ascension (paste without replacing clipboard)
m.map("x", "<leader>p", "\"_dhp")
m.map("x", "<leader>p", "\"_dP")
-- keep centered while moving around
m.nmap("<C-u>", "<C-u>zz")