This commit is contained in:
iris committed 2023-08-17 00:18:44 -04:00
1 parent 84782e1599
commit 03e5a1d5f0
1 file changed
+6
+6
View File
@@ -71,3 +71,9 @@ lo.cmd("<C-.>", "res +1")
-- ascension (paste without replacing clipboard) -- ascension (paste without replacing clipboard)
m.map("x","<leader>p", "\"_dhp") m.map("x","<leader>p", "\"_dhp")
-- keep centered while moving around
m.nmap("<C-u>", "<C-u>zz")
m.nmap("<C-d>", "<C-d>zz")
m.map({'n', 'o'}, "'", "`")
m.map({'n', 'o'}, "`", "'")