indent chunk

This commit is contained in:
huyjaky
2025-08-23 15:30:15 +07:00
parent c14541a752
commit 44d2f8999a
6 changed files with 35 additions and 15 deletions

View File

@@ -35,6 +35,7 @@ return function()
mappings.v["<Tab>"] = { ">gv", desc = "Indent line" }
mappings.v["<S-Tab>"] = { "<gv", desc = "Unindent line" }
-- Separate cut and delete motion
-- for key, map in pairs {
-- ["d"] = { '"_d', desc = "Delete" },