From 3b536e441239431be4ea3ae9f51c4e72cec464f9 Mon Sep 17 00:00:00 2001 From: Kyle Mendes Date: Sun, 28 Oct 2018 11:52:57 -0500 Subject: [tmux/en] adding info about copy mode --- tmux.html.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.html.markdown') diff --git a/tmux.html.markdown b/tmux.html.markdown index 1214a5ba..b28a4f59 100644 --- a/tmux.html.markdown +++ b/tmux.html.markdown @@ -78,6 +78,7 @@ combinations called 'Prefix' keys. p # Change to the previous window { # Swap the current pane with the previous pane } # Swap the current pane with the next pane + ] # Enter Copy Mode to copy text or view history. s # Select a new session for the attached client interactively -- cgit v1.2.3 From 2f8df4fd1425eae4160570c395f7be743a11e2cb Mon Sep 17 00:00:00 2001 From: Samuel Chase Date: Thu, 8 Aug 2019 22:16:37 +0530 Subject: Fix keybinding To enter copy mode we use `[` and not `]`. --- tmux.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.html.markdown') diff --git a/tmux.html.markdown b/tmux.html.markdown index b28a4f59..1c2c2da3 100644 --- a/tmux.html.markdown +++ b/tmux.html.markdown @@ -78,7 +78,7 @@ combinations called 'Prefix' keys. p # Change to the previous window { # Swap the current pane with the previous pane } # Swap the current pane with the next pane - ] # Enter Copy Mode to copy text or view history. + [ # Enter Copy Mode to copy text or view history. s # Select a new session for the attached client interactively -- cgit v1.2.3