summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs-config.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs-config.org b/emacs-config.org
index 03a2f33..0ccbdd0 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -1807,7 +1807,9 @@ Devdocs is a documentation viewer for Emacs similar to the built-in Info browser
#+begin_src elisp
(use-package dired-sidebar
:commands (dired-sidebar-toggle-sidebar)
- :bind ("C-c o" . dired-sidebar-toggle-sidebar))
+ :bind (("C-c o" . dired-sidebar-toggle-sidebar)
+ :map dired-sidebar-mode-map
+ ("b" . dired-sidebar-up-directory)))
#+end_src
** Kind Icons