blob: 9a16e3d17b96e4a93ea0f0f70d753880a0224309 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
* 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.
|