File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
### master
4
4
- bugfix: invalid params for 'save_sidebar_width' script
5
5
- remove tilde characters from less
6
+ - improve less and tree commands
6
7
7
8
### v0.6.0, Sep 05, 2014
8
9
- more options for customizing tree sidebar
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ command_exists() {
8
8
9
9
tree_command () {
10
10
if command_exists " tree" ; then
11
- echo " tree"
11
+ echo " tree -C "
12
12
else
13
13
echo " $custom_tree_command "
14
14
fi
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ TREE_OPTION="@sidebar-tree"
9
9
TREE_FOCUS_KEY=" Bspace"
10
10
TREE_FOCUS_OPTION=" @sidebar-tree-focus"
11
11
12
- TREE_PAGER=" less -S --tilde"
12
+ TREE_PAGER=" LESS='' less --dumb --chop-long-lines -- tilde --IGNORE-CASE --RAW-CONTROL-CHARS "
13
13
TREE_PAGER_OPTION=" @sidebar-tree-pager"
14
14
15
15
TREE_POSITION=" left"
You can’t perform that action at this time.
0 commit comments