addet some goodies
This commit is contained in:
parent
49cd9c66be
commit
f62470d43c
1 changed files with 1 additions and 1 deletions
|
@ -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" })
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue