-
-
Notifications
You must be signed in to change notification settings - Fork 617
[Bookmarks] save and toggle list #1673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I might split this feature request in two. 1 is clear 2 What does the toggle do? Does it hide all nodes of the tree that are not marked? |
/nudge @jinleileiking |
Not sure how this is possible - can we display bookmarked files/directories as favourites in top section of nvim tree ?
|
I'm not sure that's a direction we want to take nvim-tree, which is simply a file browser. There are no plans for any sort of alternate views. Perhaps we could instead go in a direction like #1692 with a different window / plugin. |
I like your idea of using a separate view for things like buffers / bookmarks. Perhaps nvim-tree could expose bookmarked files via some API, and another plugin can render those? |
See |
default:
When hit
m: show or hide bookmark list. We need this because if you have a long list of bookmarks, it is hard to see the treelist. Hide the bookmark list is for see the dirs clearly. Feature 1 is more important than feature 2. |
That would work if we went with a separate window solution: #1692 In the meantime, we could implement a live toggle filter like: |
Yes! Waited it done. |
We have successfully added toggle filters Splitting feature. |
The text was updated successfully, but these errors were encountered: