remain in visual seelct on indent change
This commit is contained in:
parent
8a5badcd13
commit
3afd438be6
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ require("util").keymaps({
|
|||
["<leader>p"] = { '"*p', desc = "Paste from system clipboard" },
|
||||
["p"] = { '"_dP', desc = "Paste without yanking replaced content" },
|
||||
["<C-r>"] = { '"hy:%s/<C-r>h//g<left><left>', desc = "Replace current selection" },
|
||||
[">"] = { "> gv", desc = "Indent selection" },
|
||||
["<"] = { "< gv", desc = "Outdent selection" },
|
||||
},
|
||||
i = {
|
||||
["<C-k>"] = { "<Up>", desc = "Up" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue