nvim-tree hijacks <C-i> #1772
Unanswered
elliotwesoff
asked this question in
Q&A
Replies: 1 comment
-
You can remove this mapping: remove_keymaps = {
'<Tab>',
}, Alternatively, you could map another action to See |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there. I use
<C-o>
and<C-i>
quite often to jump back and forward between locations, but since installing nvim-tree,<C-i>
only opens and brings focus to the tree. I don't have a keymapping set (that I know of) to do this, so is there a way to restore<C-i>
's original behavior? Thanks!Beta Was this translation helpful? Give feedback.
All reactions