summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm>2019-04-08 17:55:51 +0000
committernicm <nicm>2019-04-08 17:55:51 +0000
commit835ccbac46c2c6c3a1e3192a1f1f5a5708ccbd48 (patch)
treecd4b88911719518c41bd3f033e2a011ceeba3ca7
parentbb629f3be7db0017f14ed519cdc36657b1e5ab1a (diff)
select-word was missing from the command list, from pawel-slowik.
-rw-r--r--tmux.11
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index d2960fb5..54404b80 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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"