aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-07-28 22:44:38 +0000
committerTiago Cunha <tcunha@gmx.com>2009-07-28 22:44:38 +0000
commit46cb0de3471aed81ba5a495b46f9c218f2238e8e (patch)
tree03360d0ad9f7a8ea667176134276f58dfdf388e4 /tmux.1
parent7562781c9d05393b556caa348e324eca333f4089 (diff)
downloadrtmux-46cb0de3471aed81ba5a495b46f9c218f2238e8e.tar.gz
rtmux-46cb0de3471aed81ba5a495b46f9c218f2238e8e.tar.bz2
rtmux-46cb0de3471aed81ba5a495b46f9c218f2238e8e.zip
Sync OpenBSD patchset 187:
Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi). From Kalle Olavi Niemitalo.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.13
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index e8d3d7ec..c44f6e7e 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.131 2009-07-25 08:52:04 tcunha Exp $
+.\" $Id: tmux.1,v 1.132 2009-07-28 22:44:38 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -331,6 +331,7 @@ The following keys are supported as appropriate for the mode:
.It Li "Cursor right" Ta "l" Ta "Right"
.It Li "Start selection" Ta "Space" Ta "C-Space"
.It Li "Cursor up" Ta "k" Ta "Up"
+.It Li "Delete to end of line" Ta "D or C" Ta "C-k"
.It Li "Paste buffer" Ta "p" Ta "C-y"
.El
.Pp