diff options
author | 2019-04-08 17:55:51 +0000 | |
---|---|---|
committer | 2019-04-08 17:55:51 +0000 | |
commit | 301c9095bd84004e16ef5caa167598c8ad8be70c (patch) | |
tree | dbc1f434ea9779004863f8dbeb27012467a1523b | |
parent | change psize to a signed int to cope with it going negative since (diff) | |
download | wireguard-openbsd-301c9095bd84004e16ef5caa167598c8ad8be70c.tar.xz wireguard-openbsd-301c9095bd84004e16ef5caa167598c8ad8be70c.zip |
select-word was missing from the command list, from pawel-slowik.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index fb74b6d3bc4..3b550def3ac 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.633 2019/04/02 09:03:39 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.634 2019/04/08 17:55:51 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 2 2019 $ +.Dd $Mdocdate: April 8 2019 $ .Dt TMUX 1 .Os .Sh NAME @@ -1179,6 +1179,7 @@ The following commands are supported in copy mode: .It Li "search-forward-incremental <for>" Ta "" Ta "C-s" .It Li "search-reverse" Ta "N" Ta "N" .It Li "select-line" Ta "V" Ta "" +.It Li "select-word" Ta "" Ta "" .It Li "start-of-line" Ta "0" Ta "C-a" .It Li "stop-selection" Ta "" Ta "" .It Li "top-line" Ta "H" Ta "M-R" |