Add keyboard shortcut for switching to wdired mode
This commit is contained in:
parent
d38af81116
commit
988b909879
@ -1272,7 +1272,8 @@ The cookies are from the Hungarian version an ancient MS-DOS based program calle
|
|||||||
:bind
|
:bind
|
||||||
(:map dired-mode-map
|
(:map dired-mode-map
|
||||||
("RET" . dired-find-alternate-file)
|
("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
|
(use-package dired-x
|
||||||
:ensure nil)
|
:ensure nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user