diff options
author | nicm <nicm> | 2017-07-04 22:21:31 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-07-04 22:21:31 +0000 |
commit | 53d4ed22e8df79068c34745f0507dda2315400fa (patch) | |
tree | 32a8d3645b4cd2fc5ecfb24a07a99a02ab818788 /tmux.1 | |
parent | bedf8bd4373c48761ae42dbd8635fbc65d1c5cf8 (diff) | |
download | rtmux-53d4ed22e8df79068c34745f0507dda2315400fa.tar.gz rtmux-53d4ed22e8df79068c34745f0507dda2315400fa.tar.bz2 rtmux-53d4ed22e8df79068c34745f0507dda2315400fa.zip |
< and > keys to scroll preview list left and right in tree mode.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1422,6 +1422,8 @@ 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 "Scroll list of previews left" +.It Li ">" Ta "Scroll list of previews right" .It Li "C-s" Ta "Search by name" .It Li "n" Ta "Repeat last search" .It Li "t" Ta "Toggle if item is tagged" |