From efe557313aef555b415fa2ea2c9a50c4404ed788 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 25 Sep 2008 20:08:57 +0000 Subject: Internal screen data rewrite for better 256 colour/UTF-8 support. --- tmux.1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index a10468dd..799ace09 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.48 2008-06-30 18:27:14 nicm Exp $ +.\" $Id: tmux.1,v 1.49 2008-09-25 20:08:56 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -668,6 +668,15 @@ maintain this maximum length. Set the maximum number of lines held in window history. This setting applies only to new windows - existing window histories are not resized and retain the limit at the point they were created. +.It Xo Ic mode-keys +.Op Ic vi | Ic emacs +.Xc +Use +.Xr vi 1 - +or +.Xr emacs 1 - +style key bindings in scroll and copy modes. +Key bindings default to emacs. .It Ic prefix Ar key Set the current prefix key. .It Xo Ic remain-by-default -- cgit