diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-27 12:11:11 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-27 12:11:11 +0000 |
commit | ad0aad21d5dcc7d8c09a6c76e85ae1e46cf6b0da (patch) | |
tree | eb08eb0c59cd214850b2da7eb36c8b5b3aa639e8 /tmux.1 | |
parent | fc65da1eed07708030c0ae491cb8f4a6614de390 (diff) | |
download | rtmux-ad0aad21d5dcc7d8c09a6c76e85ae1e46cf6b0da.tar.gz rtmux-ad0aad21d5dcc7d8c09a6c76e85ae1e46cf6b0da.tar.bz2 rtmux-ad0aad21d5dcc7d8c09a6c76e85ae1e46cf6b0da.zip |
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.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |