* 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:
Dustin Kirkland 2009-05-11 10:50:44 -05:00
commit 75c48413e9

View file

@ -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