diff --git a/lisp/init-dired.el b/lisp/init-dired.el index c941b19..8319944 100644 --- a/lisp/init-dired.el +++ b/lisp/init-dired.el @@ -4,7 +4,7 @@ :ensure nil :bind (:map dired-mode-map ("C-c C-p" . wdired-change-to-wdired-mode) - ("b" . dired-up-directory)) + ("C-b" . dired-up-directory)) :config ;; Always delete and copy recursively (setq dired-recursive-deletes 'always