Add a "delete line" key when editing in the status line or the search up/down

prompt. C-u with emacs keys, d with vi.
This commit is contained in:
Nicholas Marriott
2009-08-18 07:23:43 +00:00
parent c828c2f366
commit feaf91ab93
5 changed files with 14 additions and 1 deletions

1
tmux.1
View File

@ -482,6 +482,7 @@ The following keys are supported as appropriate for the mode:
.It Li "Cursor left" Ta "h" Ta "Left"
.It Li "Cursor right" Ta "l" Ta "Right"
.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 "End of line" Ta "$" Ta "C-e"
.It Li "Goto line" Ta "g" Ta "g"