diff options
author | nicm <nicm> | 2022-02-03 07:26:43 +0000 |
---|---|---|
committer | nicm <nicm> | 2022-02-03 07:26:43 +0000 |
commit | 5080acc12714862ef7a66286d7c3bce538c6d74f (patch) | |
tree | 6f8b48ada51912f54075e856197d8dd427f72f6e /tmux.1 | |
parent | 97900d0442252aa4b76f89745718038f39717ecd (diff) | |
download | rtmux-5080acc12714862ef7a66286d7c3bce538c6d74f.tar.gz rtmux-5080acc12714862ef7a66286d7c3bce538c6d74f.tar.bz2 rtmux-5080acc12714862ef7a66286d7c3bce538c6d74f.zip |
Add a key in copy mode to toggle position indicator.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1773,6 +1773,7 @@ The following commands are supported in copy mode: .It Li "set-mark" Ta "X" Ta "X" .It Li "start-of-line" Ta "0" Ta "C-a" .It Li "stop-selection" Ta "" Ta "" +.It Li "toggle-position" Ta "P" Ta "P" .It Li "top-line" Ta "H" Ta "M-R" .El .Pp |