Skip to content

Commit 7ed61a1

Browse files
author
Bruno Sutic
committed
Remove tildes from less
1 parent 8c841c7 commit 7ed61a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### master
44
- bugfix: invalid params for 'save_sidebar_width' script
5+
- remove tilde characters from less
56

67
### v0.6.0, Sep 05, 2014
78
- more options for customizing tree sidebar

scripts/variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TREE_OPTION="@sidebar-tree"
99
TREE_FOCUS_KEY="Bspace"
1010
TREE_FOCUS_OPTION="@sidebar-tree-focus"
1111

12-
TREE_PAGER="less -S"
12+
TREE_PAGER="less -S --tilde"
1313
TREE_PAGER_OPTION="@sidebar-tree-pager"
1414

1515
TREE_POSITION="left"

0 commit comments

Comments
 (0)