diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-08-18 07:23:43 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-08-18 07:23:43 +0000 |
commit | feaf91ab939837a6397799a741b2258ed623f88a (patch) | |
tree | 7ffc4ed89af086a019ba3e5815760bc82fdf3048 /tmux.1 | |
parent | c828c2f3665d1caed443816a066e3ac81b08ea83 (diff) | |
download | rtmux-feaf91ab939837a6397799a741b2258ed623f88a.tar.gz rtmux-feaf91ab939837a6397799a741b2258ed623f88a.tar.bz2 rtmux-feaf91ab939837a6397799a741b2258ed623f88a.zip |
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.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |