diff options
author | nicm <nicm> | 2019-05-13 08:56:07 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-05-13 08:56:07 +0000 |
commit | c5f660e33ae2e7e304ec8a2cb53df743f83e4ec4 (patch) | |
tree | 986e6480e17319fd820feba61adfcc519efdb7cd | |
parent | c3c3927c2bf90f10623374edb579eb19fb192ab7 (diff) | |
download | rtmux-c5f660e33ae2e7e304ec8a2cb53df743f83e4ec4.tar.gz rtmux-c5f660e33ae2e7e304ec8a2cb53df743f83e4ec4.tar.bz2 rtmux-c5f660e33ae2e7e304ec8a2cb53df743f83e4ec4.zip |
Fix column width for copy mode commands.
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1158,7 +1158,7 @@ Key tables may be viewed with the command. .Pp The following commands are supported in copy mode: -.Bl -column "CommandXXXXXXXXXXXXXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent +.Bl -column "CommandXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent .It Sy "Command" Ta Sy "vi" Ta Sy "emacs" .It Li "append-selection" Ta "" Ta "" .It Li "append-selection-and-cancel" Ta "A" Ta "" |