Replies: 1 comment
-
Hi @zackw , thanks for your report. In the early versions of dirvish, actual dired buffers were used to fill the parent/preview window, but eventually this approach was dropped because of some issues it introduces:
For these reasons, the content in the parent/preview windows in dirvish now are just colorized plain text. If you want to interact with parent/preview directory, you can just navigate into that directory first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the bug report
dirvish
related packages.the command
emacs -Q
.Bug description
In the multi-pane display brought up by
M-x dirvish
, weird things happen if you try to interact with the left (parent directory) pane at all, or the right (preview of selected directory entry) pane while that pane is displaying a subdirectory. Undesirable "weird things" I have noticed in 20 minutes of fooling around with it:C-x o
in there and then interact with it like it was the middle (current directory) pane.C-x o
will put me into the preview pane. If this pane is previewing a regular file, this lets me interact with it like I'd visited the file normally -- this is Good. However, if this pane is previewing a subdirectory, its contents appear to be a Dired buffer but it's actually in Fundamental mode (unlike the parent pane it genuinely is in that mode according toC-h m
) and therefore does not behave anything like I expect a preview of a directory to behave.OS
Linux
Emacs Version
27
Beta Was this translation helpful? Give feedback.
All reactions