added binging for attaching to mu4e in dired
This commit is contained in:
parent
7b6ea98079
commit
188e76b5ea
1
conf.org
1
conf.org
|
@ -2999,6 +2999,7 @@ Note this assumes there are no sorting switches on `dired-ls'"
|
||||||
|
|
||||||
(evil-define-key 'normal dired-mode-map
|
(evil-define-key 'normal dired-mode-map
|
||||||
"a" 'dired-find-file
|
"a" 'dired-find-file
|
||||||
|
"za" 'gnus-dired-attach
|
||||||
"gs" 'nd/dired-sort-by
|
"gs" 'nd/dired-sort-by
|
||||||
"^" 'nd/dired-move-to-parent-directory
|
"^" 'nd/dired-move-to-parent-directory
|
||||||
"q" 'nd/kill-current-buffer
|
"q" 'nd/kill-current-buffer
|
||||||
|
|
Loading…
Reference in New Issue