Add documentation for C-c C-e in helm-find-files

This commit is contained in:
syl20bnr 2016-03-10 20:31:42 -05:00
parent 9e47cf1f97
commit b97b61c01c
1 changed files with 9 additions and 0 deletions

View File

@ -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.