From 835ccbac46c2c6c3a1e3192a1f1f5a5708ccbd48 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 8 Apr 2019 17:55:51 +0000 Subject: [PATCH] select-word was missing from the command list, from pawel-slowik. --- tmux.1 | 1 + 1 file changed, 1 insertion(+) 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 " 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"