Add three new copy-mode commands - select-line, copy-line,

copy-end-of-line. From Dave Disser and Randy Stauner a while back.
This commit is contained in:
Nicholas Marriott
2011-05-18 18:06:36 +00:00
parent f702dbfea2
commit 58908fd8c5
4 changed files with 29 additions and 1 deletions

2
tmux.1
View File

@ -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"