fix "ascension" (it's not really that cool)
This commit is contained in:
1 parent
2fba77dc76
commit
e45eb4ba90
1 file changed
+2
-2
@@ -72,6 +72,6 @@ lo.map("<C-"..l..">", "<C-w>l")
|
|||||||
lo.cmd("<C-,>", "res -1")
|
lo.cmd("<C-,>", "res -1")
|
||||||
lo.cmd("<C-.>", "res +1")
|
lo.cmd("<C-.>", "res +1")
|
||||||
|
|
||||||
-- ascension
|
-- ascension (in <leader>p <leader>p, paste without replacing clipboard)
|
||||||
m.map("x","<leader>p", "\"_dp")
|
m.map("x","<leader>p", "\"_dhp")
|
||||||
|
|
||||||
Reference in new issue
Block a user