-
-
Notifications
You must be signed in to change notification settings - Fork 638
Closed
Labels
Description
I saw that there is no "move" function on nvim-tree. Was that an oversight from me, or is there really no move?
Can this functionality be implemented utilising API?
It should be possible, as we can already cut and paste.
Is your feature request related to a problem? Please describe.
I wanted to move a file from something/else/file.lua to something/file.lua. You can achieve that by cutting and pasting, but why not have both in one step.
Describe the solution you'd like
Just a move function. The window for moving it to somewhere else could look the same as the rename but also show the path that can be altered.