[emacs] Re-Map o and d localleader for dired

This commit is contained in:
Sebastian Schulze 2023-02-22 20:01:10 +01:00
parent bad851eb30
commit eb625f8799
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 7 additions and 0 deletions

View File

@ -121,6 +121,13 @@
:desc "Heading (respecting)" "h" #'org-insert-heading-respect-content
:desc "TODO heading" "t" #'org-insert-heading-respect-content))
(map! :after dired
:map dired-mode-map
:localleader
:desc "Drag" "d" #'dwim-shell-command-drag
:desc "Drop" "o" #'dwim-shell-command-drop)
(map!
:after markdown-mode
:map evil-markdown-mode-map