Skip to content

Commit

Permalink
tweak(dirvish): bind dirvish-side
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 11, 2024
1 parent 1b9b00c commit 8891bf3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/me-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
:init
(+map!
;; Open
"o-" '(dirvish :wk "Dirvish")
"oq" '(dirvish-quick-access :wk "Dirvish quick access")
"o-" #'dirvish
"op" #'dirvish-side
"oq" #'dirvish-quick-access
;; Search
"sd" '(dirvish-fd :wk "Dirvish fd"))
"sd" #'dirvish-fd)
:config
(+nvmap! :keymaps 'dirvish-mode-map
"q" #'dirvish-quit
Expand Down

0 comments on commit 8891bf3

Please sign in to comment.