diff options
author | nicm <nicm> | 2014-06-20 10:46:59 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-06-20 10:46:59 +0000 |
commit | c8efffb4db5c521640dd5687d2a640ca04664aad (patch) | |
tree | 50f227c5bed52924d00460de1b79592ff6ab3018 /tmux.1 | |
parent | 00ac1af43fe6fe51cc199a9d983499ef7fd78cf5 (diff) | |
download | rtmux-c8efffb4db5c521640dd5687d2a640ca04664aad.tar.gz rtmux-c8efffb4db5c521640dd5687d2a640ca04664aad.tar.bz2 rtmux-c8efffb4db5c521640dd5687d2a640ca04664aad.zip |
Make -S- and -E- mean the start and end to capture-pane to avoid having
to faff around with huge numbers to get everything.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1148,6 +1148,12 @@ and .Fl E specify the starting and ending line numbers, zero is the first line of the visible pane and negative numbers are lines in the history. +.Ql - +to +.Fl S +is the start of the history and to +.Fl E +the end of the visible pane. The default is to capture only the visible contents of the pane. .It Xo .Ic choose-client |