mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* byobu-status-detail: foldcolumn=2, print bars on the left side
that should make the folding output easier to read Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
c784856f40
commit
75c48413e9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
if vim --version | grep -qs +folding 2>&1; then
|
if vim --version | grep -qs +folding 2>&1; then
|
||||||
byobu-status --detail | vim -c "set foldmethod=indent" -c "set foldminlines=0" -c "set foldnestmax=1" -R -
|
byobu-status --detail | vim -c "set foldmethod=indent" -c "set foldminlines=0" -c "set foldnestmax=1" -c "set foldcolumn=2" -R -
|
||||||
elif which sensible-pager >/dev/null 2>&1; then
|
elif which sensible-pager >/dev/null 2>&1; then
|
||||||
byobu-status --detail | sensible-pager
|
byobu-status --detail | sensible-pager
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue