From 304f86cdbb5bf87f7a266e84c0f4fbd7bf25bb5e Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 25 Sep 2014 12:45:35 +0000 Subject: Support ! for last pane. --- tmux.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 4e86e9c1..7f8e0ba2 100644 --- a/tmux.1 +++ b/tmux.1 @@ -435,10 +435,11 @@ first attempts to use the argument as a pane index; if that fails, it is looked up as for .Ar target-window . A -.Ql + -or +.Ql + , .Ql - -indicate the next or previous pane index, respectively. +or +.Ql \&! +indicate the next, previous or last pane. One of the strings .Em top , .Em bottom , -- cgit From 6610e89689de1ba8afe492ad20b541271d39732d Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 2 Oct 2014 14:21:06 +0000 Subject: Top function key is F12 now. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 7f8e0ba2..bb7f5aa7 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1856,7 +1856,7 @@ In addition, the following special key names are accepted: .Em Escape , .Em F1 to -.Em F20 , +.Em F12 , .Em Home , .Em IC (Insert), -- cgit From f0b69c771173583eee8f1457c080746ea6144c5f Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 18 Oct 2014 20:28:19 +0000 Subject: Fix description of Ss and Se. --- tmux.1 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index bb7f5aa7..0c738f3e 100644 --- a/tmux.1 +++ b/tmux.1 @@ -3648,7 +3648,7 @@ to change the cursor colour from inside $ printf '\e033]12;red\e033\e\e' .Ed .It Em \&Ss , Se -Change the cursor style. +Set or reset the cursor style. If set, a sequence such as this may be used to change the cursor to an underline: .Bd -literal -offset indent @@ -3656,10 +3656,8 @@ $ printf '\e033[4 q' .Ed .Pp If -.Em Csr -is set, it will be used to reset the cursor style instead -of -.Em Cs . +.Em Se +is not set, \&Ss with argument 0 will be used to reset the cursor style instead. .It Em \&Ms This sequence can be used by .Nm -- cgit