Skip to content

Commit e891f67

Browse files
author
Bruno Sutic
committed
Improve readme
1 parent daaf16e commit e891f67

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ thing manually each time:
2020
The main `prefix + Tab` key binding opens a sidebar but **does not** move
2121
cursor to it.
2222
- **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
2424
pane splits. Open, then close the sidebar and everything should look the same.
2525

26-
Requirements: `tmux 1.9` or higher
26+
Requirements: `tmux 1.9` or higher, `tree` recommended but not required
2727

2828
### Key bindings
2929

@@ -61,8 +61,12 @@ You should now be able to use the plugin.
6161

6262
### Options
6363

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'
6670

6771
> Can I have the sidebar on the right?
6872

0 commit comments

Comments
 (0)