For example: I have a file longest_substring_no_repeating_chars.cc. One day I want to rename it to longest_substr_no_repeating_chars.cc. How do I do it by editing the old name? Or is there any convenient way to do it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
Assuming you want to rename the file you're currently editing you can define a function like this one:
And the you can bind it to a key combo like C-c r
Otherwise, @Oleg's suggestion to use |
|||
|
|
|
You can do this in dired mode. It's even easier if you use dired-x, just add to your init file.
Then you can press C-x C-j R to edit as you need to, then q to go back to your buffer. Another possibility: |
|||||
|
