From 53d4ed22e8df79068c34745f0507dda2315400fa Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 4 Jul 2017 22:21:31 +0000 Subject: < and > keys to scroll preview list left and right in tree mode. --- tmux.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 5e28199e..494f231b 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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" -- cgit