diff options
author | nicm <nicm> | 2020-03-31 11:38:35 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-03-31 11:38:35 +0000 |
commit | 0dd4977d5c7a74e3d347076bf6db43e6f2281209 (patch) | |
tree | 6074a0c051f7b36c93fb4df3fe761937f52261f7 /tmux.1 | |
parent | 2a4714e76b3a85b3391b05413f36623bcb1493f9 (diff) | |
download | rtmux-0dd4977d5c7a74e3d347076bf6db43e6f2281209.tar.gz rtmux-0dd4977d5c7a74e3d347076bf6db43e6f2281209.tar.bz2 rtmux-0dd4977d5c7a74e3d347076bf6db43e6f2281209.zip |
Add a "second click" key type which is fired for the second click of a
double click, even if the timer hasn't expired to confirm it isn't
actually a triple click. Provides a way for people who don't care about
triple clicks or can make their commands have no side effects to avoid
the double click timer delay.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4422,7 +4422,6 @@ The following variables are available, where appropriate: .It Li "session_last_attached" Ta "" Ta "Time session last attached" .It Li "session_many_attached" Ta "" Ta "1 if multiple clients attached" .It Li "session_name" Ta "#S" Ta "Name of session" -.It Li "session_path" Ta "" Ta "Working directory of session" .It Li "session_stack" Ta "" Ta "Window indexes in most recent order" .It Li "session_windows" Ta "" Ta "Number of windows in session" .It Li "socket_path" Ta "" Ta "Server socket path" |