Is there a way to unset set_root? #2663
-
In nvim-tree, pressing My current approach is to use |
Beta Was this translation helpful? Give feedback.
Answered by
alex-courtis
Feb 3, 2024
Replies: 1 comment 1 reply
-
Do you have Regardless, you can unmap in your |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
WantenMN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.
is mapped by default torun_command
, which simply opens command line mode with the file.Do you have
.
mapped to something else?Regardless, you can unmap in your
on_attach
; see:help nvim-tree-mappings