Skip to content

Commit

Permalink
dired: add keybinding for dired-do-open
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericgiquel authored and condy0919 committed Oct 31, 2024
1 parent 01d791d commit 5a1315b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modes/dired/evil-collection-dired.el
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@
";s" 'epa-dired-do-sign
";e" 'epa-dired-do-encrypt)

(when (>= emacs-major-version 30)
(evil-collection-define-key 'normal 'dired-mode-map
"E" 'dired-do-open))

;; dired-x commands
(with-eval-after-load 'dired-x
(evil-collection-define-key 'normal 'dired-mode-map
Expand Down

0 comments on commit 5a1315b

Please sign in to comment.