addet some goodies

This commit is contained in:
piecka 2025-04-10 11:08:13 +02:00
parent 49cd9c66be
commit f62470d43c

View file

@ -53,7 +53,7 @@ map("n", "<leader>s", vim.cmd.w)
map("n", "<C-s>", vim.cmd.w)
-- Visual mode: Indent selected lines
-- INFO: got removed becouse of the mini-move plugin
-- INFO: got removed because of the mini-move plugin
-- map("v", "<Tab>", ">gv", { desc = "Indent and keep selection" })
-- map("v", "<S-Tab>", "<gv", { desc = "Unindent and keep selection" })