diff --git a/configuration.org b/configuration.org index c6a1b4b..db7341f 100644 --- a/configuration.org +++ b/configuration.org @@ -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)