nvim qwerty

This commit is contained in:
js0ny 2025-07-16 18:51:38 +08:00
parent 11fddbf8c0
commit c102b36474
4 changed files with 119 additions and 58 deletions

View file

@ -2,20 +2,8 @@
-- Use mouse to select multiple cursors
vim.g.VM_mouse_mappings = 1
-- Disable default mappings
vim.g.VM_default_mappings = 0
vim.g.VM_custom_motions = {
-- https://github.com/mg979/vim-visual-multi/issues/93
h = "h",
n = "j",
e = "k",
i = "l",
j = "e",
}
vim.g.VM_maps = {
["Add Cursor Down"] = "<A-n>",
["Add Cursor Up"] = "<A-e>",
["i"] = "l",
["I"] = "L",
["n"] = "n",
}