diff options
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 <nicm@users.sourceforge.net> .\" @@ -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 |