maybe that's a bad idea

This commit is contained in:
iris committed 2023-08-17 00:21:09 -04:00
1 parent 03e5a1d5f0
commit 27cd0d25ce
1 file changed
-2
-2
View File
@@ -74,6 +74,4 @@ m.map("x","<leader>p", "\"_dhp")
-- keep centered while moving around -- keep centered while moving around
m.nmap("<C-u>", "<C-u>zz") m.nmap("<C-u>", "<C-u>zz")
m.nmap("<C-d>", "<C-d>zz") m.nmap("<C-d>", "<C-d>zz")
m.map({'n', 'o'}, "'", "`")
m.map({'n', 'o'}, "`", "'")