From a471b5de9c4b23b9d0f825066d8d8a93ac6f0cd9 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Thu, 15 Jul 2010 21:54:20 +0000 Subject: [PATCH] some escapes i missed; --- tmux.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.1 b/tmux.1 index 9252e25a..38f0687f 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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.