I'd like to be able to do something like this:
- Navigate to a buffer associated with a file
- ^X^W (enter file ido file writing mode)
- navigate via ido to another directory
- Do something at this point to write a copy of the file in the navigated directory with the file name already associated with the buffer so I don't have to retype it.
I can't use ^F at this point because it writes to the original directory.
Bonus points if a similar method can be used to move files as well as copy them.
A simple variation of what you're after is of course this:
ido
This way a copy of the original buffer will be written to a different file without affecting the original buffer.