mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-17 00:51:36 +02:00
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:
7
tmux.1
7
tmux.1
@ -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.
|
||||
|
Reference in New Issue
Block a user