DEV Community

Discussion on: Move files in vim with netrw

Collapse
 
lesm profile image
Luis Silva

You can use mv command from vim

:!mv path/file new_path/
Collapse
 
nflamel profile image
Fran C.

I know, buy there are cases in which I want to move a list of files which cannot be pattern matched and being able to mark them and move them is useful... Unfortunately Vim doesn't help a lot with that.