From 9d369d79a27ab24a345fee51d053b22a08c6129d Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sat, 10 Feb 2024 15:45:42 +0000 Subject: emacs: In Dired, bind ‘b’ to dired-up-directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index b78a9ad..24ee3ee 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -138,6 +138,7 @@ ;; Dired (use-package dired + :bind (:map dired-mode-map ("b" . dired-up-directory)) :defer t :custom (dired-listing-switches (concat dired-listing-switches " -h"))) -- cgit v1.2.3-70-g09d2