[BACK]Return to tmux.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.1 between version 1.840 and 1.841

version 1.840, 2021/06/10 07:52:56 version 1.841, 2021/06/10 07:56:47
Line 1782 
Line 1782 
 .Ql -no-clear  .Ql -no-clear
 variants do not clear the selection.  variants do not clear the selection.
 .Pp  .Pp
 The next and previous word keys use space and the  The next and previous word keys skip over whitespace and treat consecutive
 .Ql - ,  runs of either word separators or other letters as words.
 .Ql _  Word separators can be customized with the
 and  
 .Ql @  
 characters as word delimiters by default, but this can be adjusted by  
 setting the  
 .Em word-separators  .Em word-separators
 session option.  session option.
 Next word moves to the start of the next word, next word end to the end of the  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.  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  The three next and previous space keys work similarly but use a space alone as
 the word separator.  the word separator.
   Setting
   .Em word-separators
   to the empty string makes next/previous word equivalent to next/previous space.
 .Pp  .Pp
 The jump commands enable quick movement within a line.  The jump commands enable quick movement within a line.
 For instance, typing  For instance, typing
Line 3974 
Line 3973 
 Sets the session's conception of what characters are considered word  Sets the session's conception of what characters are considered word
 separators, for the purposes of the next and previous word commands in  separators, for the purposes of the next and previous word commands in
 copy mode.  copy mode.
 The default is  
 .Ql \ -_@ .  
 .El  
 .Pp  .Pp
 Available window options are:  Available window options are:
 .Pp  .Pp

Legend:
Removed from v.1.840  
changed lines
  Added in v.1.841