Skip to content

Commit a231b95

Browse files
author
Bruno Sutic
committed
Do not suggest using more in the readme
more program is closed automatically if the page is less than one screen height. That's not what we want - we want the pager to "persist".
1 parent b7b902a commit a231b95

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### master
44
- do not colorize `tree` output because a pager application might not handle it
55
well
6+
- do not suggest using `more` program in the readme
67

78
### v0.7.0, Sep 05, 2014
89
- bugfix: invalid params for 'save_sidebar_width' script

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ environment.
8181
8282
set -g @sidebar-tree-focus 'w'
8383

84-
> I see the tree sidebar uses 'less' as a pager. I would like to use 'more'.
84+
> I see the tree sidebar uses 'less' as a pager. I would like to use 'view'.
8585
86-
set -g @sidebar-tree-pager 'more'
86+
set -g @sidebar-tree-pager 'view -'
8787

8888
> The default sidebar width is 40 columns. I want the sidebar to be wider by
8989
default!

0 commit comments

Comments
 (0)