-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optional 2-pane mode and larger preview #33
Comments
A customizable pane ratio might also be nice (and could be used to handle the above cases). I currently use |
Please try out the |
The old `dirvish-depth` + `dirvish-parent-max-width` + `dirvish-preview-width` combination is pretty complex for users. We now use the concept 'layout recipe' to rule them all. The `dirvish-default-layout` is much easier to understand and is consistent with `dirvish-switch-layout` in dirvish-extras.el.
Also see the |
Yes, this is perfect! The One question: It looks like long filenames are always truncated when only two panes are shown, even when "truncate long lines" is disabled. With three panes, the behavior depends on "truncate long lines." I prefer truncation, so this doesn't bother me, but do you know why this happens? |
This should has nothing to do with the pane numbers, have a look at the variable |
Former-commit-id: 7319791
The old `dirvish-depth` + `dirvish-parent-max-width` + `dirvish-preview-width` combination is pretty complex for users. We now use the concept 'layout recipe' to rule them all. The `dirvish-default-layout` is much easier to understand and is consistent with `dirvish-switch-layout` in dirvish-extras.el. Former-commit-id: e7ec4f3
This is also minor. I love the 3-pane mode, but it might also be nice to be able to toggle into a 2-pane mode or make the preview area bigger. For example, in ranger, I have a key that toggles into 2 panes and makes the preview really big.
The text was updated successfully, but these errors were encountered: