I know some ways to rename files using neotree or SPC f f
but they involve renaming them.
Is there a way to graphically select them and move them around in some other directories?
Asked
Active
Viewed 1,979 times
4

Guillaume Geoffrey Attia
- 322
- 2
- 15
-
2Just for completeness, if you are visiting the file in a buffer then you can usually also just use rename buffer via SPC f R and enter the new path (incl. new name) of the file. – dalanicolai Apr 10 '20 at 07:59
1 Answers
2
Someone just told me on chatroom that I can use dired or ranger. I'm using ranger so I can : C-SPC (on the files I want to move) -> R -> and choose the directory I want to place it in by navigating in the helm buffer.

Guillaume Geoffrey Attia
- 322
- 2
- 15
-
Note that if you only want to move one file, marking with C-SPC is not necessary. – user905686 Dec 27 '17 at 18:38