From b97b61c01c770afe7ede0107a32c1b60a678bcc6 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 10 Mar 2016 20:31:42 -0500 Subject: [PATCH] Add documentation for C-c C-e in helm-find-files --- doc/DOCUMENTATION.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 6424d5917..b4ac6d90f 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -162,6 +162,7 @@ - [[iedit states key bindings][iedit states key bindings]] - [[Examples][Examples]] - [[Replacing text in several files][Replacing text in several files]] + - [[Renaming files in a directory][Renaming files in a directory]] - [[Commenting][Commenting]] - [[Deleting files][Deleting files]] - [[Editing Lisp code][Editing Lisp code]] @@ -2447,6 +2448,14 @@ project: *Note*: In Spacemacs, =helm-ag= despite its name works with =ack= and =pt= as well. +*** Renaming files in a directory +It is possible to batch rename files in a directory using =wdired= from an +=helm= session: +- browse for a directory using ~SPC f f~ +- enter =wdired= with ~C-c C-e~ +- edit the file names and use ~C-c C-c~ to confirm the changes +- use ~C-c C-k~ to abort any changes + *** Commenting Comments are handled by [[https://github.com/redguardtoo/evil-nerd-commenter][evil-nerd-commenter]], it's bound to the following keys.