How do I move down the file context? #2317
-
When I open nvim-tree, at the top of the file explorer there is always an option to go up by one directory. However, I haven't found a way to move down one directory. Sometimes I accidentally choose the option to go up by one directory, which makes the file explorer cluttered with a bunch of other |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Default mapping set by |
Beta Was this translation helpful? Give feedback.
Default mapping set by
config.mappings.default_on_attach()
for that is:<C-]>
.