-
Notifications
You must be signed in to change notification settings - Fork 12
Split window vertically rather than horizontally. #10
Comments
Not sure what's the best approach here. This is somewhat related to #6
Sounds good. |
@Mike--F today I find out that there's ranger.el. It's more complex but I think it achieves what you're looking for. |
Sunrise Commander has a nice viewer also. |
I have the same issue some days ago and I was happy to find a solution. However, I find it conflicts with This is part of my config: (use-package peep-dired
;;Although it works when frame size is relative small, I still find
;; it is not working properly when the frame size is big or full
;; screen.
;; I test it in 25.1 and 26.3 (emacs -q) in which both of them have the same
;; behaviour.
:ensure t
:bind (:map dired-mode-map
("P" . peep-dired))
:config
(setq peep-dired-cleanup-on-disable t)
;; (setq peep-dired-cleanup-eagerly t)
(setq peep-dired-ignored-extensions '("elc" "mkv" "webm" "mp4" "mp3" "ogg" "iso" "mat" "exe"))) I also notice that I see lots of people recommand ranger.el, but I just feel it is too complex (I am not vim user).
Thanks for your effort @asok ! |
It would be nice to have a customize option which determines vertical or horizontal split.
Currently peep-mode splits the window horizontally only?
How about binding the letter 'q' into the peep-dired-mode-map so that it quits peep mode?
Thanks
Mike
The text was updated successfully, but these errors were encountered: