How to exactly unbind key mapping #1647
Unanswered
urayoru113
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my .vimrc and lua setting
I've mapped
nnoremap <tab> gt
in .vimrc , then I configure lua setting as belowWhen the cursor in tab
NvimTree_{i}
, keytab
will be hijacked, so I couldn't presstab
to go to the next tab page.How can I solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions