aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2020-05-16 15:46:01 +0000
committernicm <nicm>2020-05-16 15:46:01 +0000
commit4de0bd4c5c9eec6dd71cac87b91e736944896c22 (patch)
tree4496655a5204a9ba39d867a6132680664a145f53 /tmux.1
parentcf9baddd6f844e8a26f1e7c59ba1c9eb3358571f (diff)
downloadrtmux-4de0bd4c5c9eec6dd71cac87b91e736944896c22.tar.gz
rtmux-4de0bd4c5c9eec6dd71cac87b91e736944896c22.tar.bz2
rtmux-4de0bd4c5c9eec6dd71cac87b91e736944896c22.zip
Add M-+ and M-- to expand and collapse all items in tree mode.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 97d57d5b..d115329d 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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"