From 988b9098795efff015d8a5528ae9576da9c036b7 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 13 Aug 2018 07:33:58 +0200 Subject: [PATCH] Add keyboard shortcut for switching to wdired mode --- configuration.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)