diff options
author | Jason McIntyre <jmc@openbsd.org> | 2010-07-15 21:54:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@openbsd.org> | 2010-07-15 21:54:20 +0000 |
commit | a471b5de9c4b23b9d0f825066d8d8a93ac6f0cd9 (patch) | |
tree | eaec37b540c1a7b57b87f7a35d9f30571113e13f | |
parent | 43355fa75c067e4dda8e4f1aa5370bb3bddc3bf4 (diff) | |
download | rtmux-a471b5de9c4b23b9d0f825066d8d8a93ac6f0cd9.tar.gz rtmux-a471b5de9c4b23b9d0f825066d8d8a93ac6f0cd9.tar.bz2 rtmux-a471b5de9c4b23b9d0f825066d8d8a93ac6f0cd9.zip |
some escapes i missed;
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -254,9 +254,9 @@ Choose which buffer to paste interactively from a list. List all key bindings. .It D Choose a client to detach. -.It [ +.It \&[ Enter copy mode to copy text or view the history. -.It ] +.It \&] Paste the most recently copied buffer of text. .It c Create a new window. |