diff --git a/byobu-status-detail b/byobu-status-detail index ce70d6a2..8d53e91c 100755 --- a/byobu-status-detail +++ b/byobu-status-detail @@ -18,7 +18,7 @@ # along with this program. If not, see . 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 byobu-status --detail | sensible-pager else