Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi).

From Kalle Olavi Niemitalo.
This commit is contained in:
Nicholas Marriott
2009-07-27 12:11:11 +00:00
parent fc65da1eed
commit ad0aad21d5
4 changed files with 16 additions and 0 deletions

1
tmux.1
View File

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