Updating dired doc

This commit is contained in:
Jose 2023-04-16 19:35:30 -03:00
parent e01bd3321c
commit 55971ce0a8
1 changed files with 11 additions and 0 deletions

View File

@ -48,3 +48,14 @@ and kill with "D"
* To use ~nano~ editor within emacs use:
* 'CTRL + shift + o' instead of 'CTRL+o' to save changes
* ESC + ESC + x to close ~nano~
** Renaming multiple files in Dired
* Use ~M-x wdired-change-to-wdired-mode~
* Or (this is equivalent), use ~C-x C-q~ in a dired session.
* Then you can edit all the files manually.
* To escape from edition use ~C-c C-c~
** Substitute text in multiple files within a directory