This commit is contained in:
2025-09-05 22:46:29 +02:00
parent 0ddc765785
commit e306d12c1f
4 changed files with 43 additions and 13 deletions
+2
View File
@@ -5,6 +5,8 @@ local map = vim.keymap.set
map("i", "jk", "<ESC>")
vim.api.nvim_del_keymap('n', '<C-n>')
vim.keymap.set("n", "<leader>qs", function() require("persistence").select() end)
vim.g.VM_maps = vim.g.VM_maps or {}
vim.g.VM_maps['<C-n>'] = '<Plug>(VM-Find-Subword-Under)'
vim.g.mapleader = " "