fix(nvim): eliminate duplicate keybind of <c-h>

dev-docs
Moritz Böhme 2023-08-16 22:06:48 +02:00
parent d2d898650f
commit 44a2142653
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
vim.g.coq_settings = { vim.g.coq_settings = {
auto_start = "shut-up", auto_start = "shut-up",
keymap = {
jump_to_mark = "<c-n>",
},
} }