aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-11-15 23:24:04 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-11-15 23:24:04 +0000
commitfd25d358681a8373e67d4f3649628913dcd87000 (patch)
tree9ab3eac5bf58892756a447ae25c0fcf713e9de94 /tmux.1
parent7c9bc377a351db561322353848be2ffeffef84db (diff)
downloadrtmux-fd25d358681a8373e67d4f3649628913dcd87000.tar.gz
rtmux-fd25d358681a8373e67d4f3649628913dcd87000.tar.bz2
rtmux-fd25d358681a8373e67d4f3649628913dcd87000.zip
Move word-separators to be a session rather than window option, from Ben
Boeckel.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.115
1 files changed, 7 insertions, 8 deletions
diff --git a/tmux.1 b/tmux.1
index 0de1f3e3..5e5fd751 100644
--- a/tmux.1
+++ b/tmux.1
@@ -837,7 +837,7 @@ and
characters as word delimiters by default, but this can be adjusted by
setting the
.Em word-separators
-window option.
+session option.
Next word moves to the start of the next word, next word end to the end of the
next word and previous word to the start of the previous word.
The three next and previous space keys work similarly but use a space alone as
@@ -2288,6 +2288,12 @@ window option is enabled.
If
.Ic monitor-silence
is enabled, prints a message after the interval has expired on a given window.
+.It Ic word-separators Ar string
+Sets the session's conception of what characters are considered word
+separators, for the purposes of the next and previous word commands in
+copy mode.
+The default is
+.Ql \ -_@ .
.El
.It Xo Ic set-window-option
.Op Fl agu
@@ -2528,13 +2534,6 @@ option for details of special character sequences available.
The default is
.Ql #I:#W#F .
.Pp
-.It Ic word-separators Ar string
-Sets the window's conception of what characters are considered word
-separators, for the purposes of the next and previous word commands in
-copy mode.
-The default is
-.Ql \ -_@ .
-.Pp
.It Xo Ic xterm-keys
.Op Ic on | off
.Xc