diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-05 16:33:58 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-05 16:33:58 +0100 |
commit | c80fc6bf9e44baaad1e6f4a4c83ec47823e96c1b (patch) | |
tree | 71b9bcb1544b58cd13a906f3c558984a0b0867f7 /tmux.1 | |
parent | 2f89d2e7d816918e152aacfee85fab45ee2057b9 (diff) | |
download | rtmux-c80fc6bf9e44baaad1e6f4a4c83ec47823e96c1b.tar.gz rtmux-c80fc6bf9e44baaad1e6f4a4c83ec47823e96c1b.tar.bz2 rtmux-c80fc6bf9e44baaad1e6f4a4c83ec47823e96c1b.zip |
Add M-+ and M-- to expand and collapse all items in tree mode.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |