summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2017-07-04 22:21:32 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2017-07-04 22:21:32 +0000
commita5136e2d6cd738ff9b6c5a6039072b7e60688d99 (patch)
tree0d125e118424b8cc91f90789a3861ad853216cac /usr.bin/tmux/tmux.1
parentb114b756b03704024a3f5df32a84a3e945855efe (diff)
< and > keys to scroll preview list left and right in tree mode.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r--usr.bin/tmux/tmux.16
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 2cfa33ecc7c..62ed321055e 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.565 2017/06/29 22:02:19 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.566 2017/07/04 22:21:31 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 29 2017 $
+.Dd $Mdocdate: July 4 2017 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -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"