Shane Dev wrote: > for example, I want to "backup" a file, in bash I type > > cp /etc/foo /etc/foo.0 > > can I achieve the same time with netrw? > Copy a file using the usual netrw method for copying: (assuming cursor is atop the file to be copied, and that the file is a file, not a director)
mt (mark target) mf (mark file) mc You'll be given a prompt: Copy [filename] to : [filename] Just edit the 2nd instance of [filename] to whatever you want, then hit <cr>. Regards, Chip Campbell -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
