You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If those exceed the screen width, I hit c again for mode column widths.
Until the screen width is fully used, I hit . on columns where mode-width doesn't equal max-width (that is, where there's more to show).
Until the screen width is fully used (but at most 5 times), I hit + to increase gutter width.
(okay, so I'm too lazy to actually do all of that, but that's what I would like to do.)
I want a commandline switch to automate that, and then I'll just do alias tabview="tabview --autowidth" in my .bashrc.
(Actually, why do you use mode instead of median? Median seems better to me. If tabview used median, then instead of .ing columns in round-robin order, it could just iteratively increase from 50%ile width (ie, median) to 100%ile width (ie, max), stopping when the screen width is fully used.)
The text was updated successfully, but these errors were encountered:
pjvandehaar
changed the title
Command line switch (or arg) --autowidth
Command line switch --autowidthNov 30, 2016
Normally, when I
tabview
a file,c
for max column widths.c
again for mode column widths..
on columns where mode-width doesn't equal max-width (that is, where there's more to show).+
to increase gutter width.(okay, so I'm too lazy to actually do all of that, but that's what I would like to do.)
I want a commandline switch to automate that, and then I'll just do
alias tabview="tabview --autowidth"
in my.bashrc
.(Actually, why do you use mode instead of median? Median seems better to me. If tabview used median, then instead of
.
ing columns in round-robin order, it could just iteratively increase from 50%ile width (ie, median) to 100%ile width (ie, max), stopping when the screen width is fully used.)The text was updated successfully, but these errors were encountered: