tools/dired: add basic evil bindings
This commit is contained in:
parent
f09fba5736
commit
4cf0f0b8c7
1 changed files with 7 additions and 0 deletions
|
@ -27,6 +27,13 @@
|
|||
(make-directory parent-directory t))))
|
||||
(push '+dired|create-non-existent-directory find-file-not-found-functions)
|
||||
|
||||
(after! evil
|
||||
(add-transient-hook! 'dired-mode-hook
|
||||
(map! :map dired-mode-map
|
||||
:n "c" 'find-file
|
||||
:n "d" 'dired-do-delete
|
||||
:n "r" 'dired-do-rename)))
|
||||
|
||||
|
||||
;;
|
||||
;; Packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue