This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
display has chopped line endings (file sizes) and top file-details line #14
Closed
Description
FYI, I found out why the text inside the netranger vertical split window was extended beyond the right edge of the window, such as the file sizes being chopped in half.
I then set up a filetype autocmd to keep it from doing that dastardly thing:
autocmd FileType netranger setlocal nonumber norelativenumber listchars=
Thus the line numbers and the extend
characters are not present and the ranger has the entire windowwidth to work with.
However, the line at the top of the list which shows the dirname or individual file details gets truncated at the end, showing only up to the -rw-
This could be due to user/group name lengths, or how many levels deep the dir "abbreviation" is, e.g. ~/f/o/o/b
. As these details vary depending on individual dirs and files... any tips on how to make these consistent?
Metadata
Assignees
Labels
No labels
Activity