Add keyboard shortcut for switching to wdired mode

This commit is contained in:
Gergely Polonkai 2018-08-13 07:33:58 +02:00
parent d38af81116
commit 988b909879
1 changed files with 2 additions and 1 deletions

View File

@ -1272,7 +1272,8 @@ The cookies are from the Hungarian version an ancient MS-DOS based program calle
:bind
(:map dired-mode-map
("RET" . dired-find-alternate-file)
("^" . (lambda () (interactive) (find-alternate-file "..")))))
("^" . (lambda () (interactive) (find-alternate-file "..")))
("W" . wdired-change-to-wdired-mode)))
(use-package dired-x
:ensure nil)