This commit is contained in:
pika 2025-03-26 22:07:51 +01:00
parent b3d90826a8
commit 221c01e6e3
6 changed files with 298 additions and 124 deletions

View file

@ -7,6 +7,7 @@ nomap("n", "<C-k>", "")
nomap("n", "q", "")
nomap("v", "q", "")
nomap("v", "<leader>S", "")
nomap({ "i", "v", "n" }, "<C-q>", "")
local map = vim.keymap.set