feat(dirvish): add evil-based bindings for dirvish
This commit is contained in:
parent
5345309958
commit
24f5fccd34
13
config.org
13
config.org
|
@ -4036,7 +4036,18 @@ The variable ~+workspaces-switch-project-function~ contains a function that is r
|
|||
(setq +workspaces-switch-project-function #'dirvish))
|
||||
#+end_src
|
||||
|
||||
*** Appearance
|
||||
*** Bindings
|
||||
|
||||
The Doom module's bindings for Evil users are currently a bit unpolished, so let's fix them up here.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(map! :mode dirvish-mode
|
||||
:after dirvish
|
||||
:m "C-o" #'dirvish-history-go-backward
|
||||
:m "C-i" #'dirvish-history-go-forward)
|
||||
#+end_src
|
||||
|
||||
*** Layout
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(after! dirvish
|
||||
|
|
Loading…
Reference in a new issue