Netrw: Copy Paste

Paste to different folder

:mt // Mark target directory
:mf // Mark file
:mc // Copy

Paste to same folder

:mt // Mark target directory
:cd % // Set Vim current directory
:mf // Mark file
:mc // Copy

To unset copy/move target :mt all you have todo is go to netrw’s header ” ==================== and type :mt


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *