diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2013-01-15 22:55:29 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2013-01-15 22:55:29 +0000 |
commit | bc2e4a36df2023a738c433779ba8f1e08b6951fe (patch) | |
tree | 2f83a871626833070d374eca0b1aa55684ac1c03 /tmux.1 | |
parent | 854e8ae04d15c16b688ba38119656aee134548dd (diff) | |
download | rtmux-bc2e4a36df2023a738c433779ba8f1e08b6951fe.tar.gz rtmux-bc2e4a36df2023a738c433779ba8f1e08b6951fe.tar.bz2 rtmux-bc2e4a36df2023a738c433779ba8f1e08b6951fe.zip |
If timing between keys is less than (by default) 1 millisecond, assume
the text is being pasted. assume-paste-time option changes the value (0
disables). Based on a diff from Marcin Kulik.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2044,6 +2044,13 @@ interactive menu when required. .Pp Available session options are: .Bl -tag -width Ds +.It Ic assume-paste-time Ar milliseconds +If keys are entered faster than one in +.Ar milliseconds , +they are assumed to have been pasted rather than typed and +.Nm +key bindings are not processed. +The default is one millisecond and zero disables. .It Ic base-index Ar index Set the base index from which an unused index should be searched when a new window is created. |