I wonder if it is possible to change the following functions:
- dired-do-rename
- dired-do-copy
such that when I operate on a single file, it prompts the selected file's name as the default target name.
Most of my files have long names, when I copy/rename a file, I usually copy/rename it to a similar name. It's painful to type the entire name or copy it from the original file.
Thanks a lot for any suggestions!
wdired-mode
. It's awesome. – PythonNut Feb 17 '15 at 05:04C-x C-w
. – Kaushal Modi Feb 17 '15 at 05:21