File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### master
4
4
- more options for customizing tree sidebar
5
+ - describe various options in the readme
5
6
6
7
### v0.5.0, Sep 04, 2014
7
8
- key bindings work from the sidebar now too
Original file line number Diff line number Diff line change @@ -59,6 +59,33 @@ Reload TMUX environment:
59
59
60
60
You should now be able to use the plugin.
61
61
62
+ ### Options
63
+
64
+ You can customize ` tmux-sidebar ` by placing the options to ` .tmux.conf ` and
65
+ reloading Tmux environment.
66
+
67
+ > Can I have the sidebar on the right?
68
+
69
+ set -g @sidebar-tree-position 'right'
70
+
71
+ > I don't like the default 'prefix + Tab' key binding. Can I change it to be
72
+ 'prefix + e'?
73
+
74
+ set -g @sidebar-tree 'e'
75
+
76
+ > How can I change the default 'prefix + Backspace' to be 'prefix + w'?
77
+
78
+ set -g @sidebar-tree-focus 'w'
79
+
80
+ > I see the tree sidebar uses 'less' as a pager. I would like to use 'more'.
81
+
82
+ set -g @sidebar-tree-pager 'more'
83
+
84
+ > The default sidebar width is 40 columns. I want the sidebar to be wider by
85
+ default!
86
+
87
+ set -g @sidebar-tree-width '60'
88
+
62
89
### Other goodies
63
90
64
91
- [ tmux-copycat] ( https://github.com/tmux-plugins/tmux-copycat ) - a plugin for
You can’t perform that action at this time.
0 commit comments