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.
This commit is contained in:
Nicholas Marriott
2013-01-15 22:55:29 +00:00
parent 854e8ae04d
commit bc2e4a36df
4 changed files with 55 additions and 15 deletions

7
tmux.1
View File

@ -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.