dotfiles/emacs/.emacs.d/elpa/evil-collection-20260818.145/modes/wdired/README.org

15 lines
557 B
Org Mode
Raw Normal View History

* wdired
Evil bindings for [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Wdired.html][Wdired]] (writable Dired).
** Key bindings
| Command | Original | Evil |
|------------------------+-----------+------------|
| =wdired-finish-edit= | =C-c C-c= | =ZZ=, =:w= |
| =wdired-abort-changes= | =C-c C-k= | =ZQ= |
| =wdired-exit= | =C-x C-q= | =<escape>= |
=wdired-finish-edit= is also bound to =[remap evil-write]= so =:w= commits
the rename. Initial state in wdired-mode is normal.