summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-05-18 18:06:36 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-05-18 18:06:36 +0000
commit58908fd8c54a3c8d2878a7c6f9ca566093302f92 (patch)
tree52fa7dc9829fba875a3a40d251e84cc60d429928 /tmux.1
parentf702dbfea27a05eafcb6c8b8f67073a90c1e9a8a (diff)
Add three new copy-mode commands - select-line, copy-line,
copy-end-of-line. From Dave Disser and Randy Stauner a while back.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.12
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 7e7ec28e..4b0083a0 100644
--- a/tmux.1
+++ b/tmux.1
@@ -766,7 +766,7 @@ The following keys are supported as appropriate for the mode:
.It Li "Cursor to top line" Ta "H" Ta "M-R"
.It Li "Cursor up" Ta "k" Ta "Up"
.It Li "Delete entire line" Ta "d" Ta "C-u"
-.It Li "Delete to end of line" Ta "D" Ta "C-k"
+.It Li "Delete/Copy to end of line" Ta "D" Ta "C-k"
.It Li "End of line" Ta "$" Ta "C-e"
.It Li "Go to line" Ta ":" Ta "g"
.It Li "Half page down" Ta "C-d" Ta "M-Down"