How to substite g** keymaps with \** keymaps #357
Unanswered
filchristou
asked this question in
Q&A
Replies: 1 comment
-
I've also faced a similar problem, and neither redefining keymaps nor opting out of basic ones like this:
helped me. What did help was explicitly redefining the g* keymap right after the Comment.setup() call. So I ended up with the following config:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to replace all gc[whatever] gb[whatever] with '\c[whatever]' and '\c[whatever]' correspondingly.
My Comment set up is:
As a result now both the keymaps starting with
\
and the ones withg
are enabled.How to disable all the Comments.nvim keymaps that start with
g
in order to substitute them with\
?Beta Was this translation helpful? Give feedback.
All reactions