File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ thing manually each time:
20
20
The main ` prefix + Tab ` key binding opens a sidebar but ** does not** move
21
21
cursor to it.
22
22
- ** pane layout stays the same** <br />
23
- No matter which pane layout you prefer, sidebar trys hard not to mess your
23
+ No matter which pane layout you prefer, sidebar tries hard not to mess your
24
24
pane splits. Open, then close the sidebar and everything should look the same.
25
25
26
- Requirements: ` tmux 1.9 ` or higher
26
+ Requirements: ` tmux 1.9 ` or higher, ` tree ` recommended but not required
27
27
28
28
### Key bindings
29
29
@@ -61,8 +61,12 @@ You should now be able to use the plugin.
61
61
62
62
### Options
63
63
64
- You can customize ` tmux-sidebar ` by placing the options to ` .tmux.conf ` and
65
- reloading Tmux environment.
64
+ Customize ` tmux-sidebar ` by placing options in ` .tmux.conf ` and reloading Tmux
65
+ environment.
66
+
67
+ > How can I run some other command in the sidebar?
68
+
69
+ set -g @sidebar-tree-command 'ls -1'
66
70
67
71
> Can I have the sidebar on the right?
68
72
You can’t perform that action at this time.
0 commit comments