Add M-+ and M-- to expand and collapse all items in tree mode.

This commit is contained in:
nicm
2020-05-16 15:46:01 +00:00
parent cf9baddd6f
commit 4de0bd4c5c
2 changed files with 15 additions and 1 deletions

4
tmux.1
View File

@ -1903,6 +1903,10 @@ The following keys may be used in tree mode:
.It Li "Enter" Ta "Choose selected item"
.It Li "Up" Ta "Select previous item"
.It Li "Down" Ta "Select next item"
.It Li "+" Ta "Expand selected item"
.It Li "-" Ta "Collapse selected item"
.It Li "M-+" Ta "Expand all items"
.It Li "M--" Ta "Collapse all items"
.It Li "x" Ta "Kill selected item"
.It Li "X" Ta "Kill tagged items"
.It Li "<" Ta "Scroll list of previews left"