Change the dired key

This commit is contained in:
Andreas Zweili 2022-09-09 11:27:24 +02:00
parent bded558d89
commit 0b6a5b3a2d

View File

@ -3,7 +3,7 @@
(setq-default dired-listing-switches "-ahlv --group-directories-first")
;; keymap for dired
(global-set-key (kbd "C-c d") 'dired-jump)
(global-set-key (kbd "C-x d") 'dired-jump)
;; It's currently not working but would be handy to have.
;;(bind-keys :map dired-mode-map ("q" . az-kill-dired-buffers))