We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b35bb2 + 548c333 commit cdfff24Copy full SHA for cdfff24
README.md
@@ -90,6 +90,15 @@ default!
90
91
set -g @sidebar-tree-width '60'
92
93
+> Can I colorize the ``tree`` directory listing in the sidebar?
94
+
95
+ set -g @sidebar-tree-command 'tree -C'
96
97
+> Bear in mind that the command used to page the directory listing
98
+(``@sidebar-tree-pager``, if set) must support color codes. If it does not,
99
+unusual characters - the color control codes - will be visible in the
100
+sidebar.
101
102
### Other goodies
103
104
- [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat) - a plugin for
0 commit comments