diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2018-10-28 23:05:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-28 23:05:48 +0530 |
commit | 3098d3dc64d469c69761cf1b65613f1dd7cbd807 (patch) | |
tree | 753620886d30e7667e8a40769765bc361a5b6880 | |
parent | 598fc6d0a605fc71904d3a98d1ca25152126be91 (diff) | |
parent | 3b536e441239431be4ea3ae9f51c4e72cec464f9 (diff) |
Merge pull request #3342 from Kyle-Mendes/tmux-copy-mode
[tmux/en] adding info about copy mode
-rw-r--r-- | tmux.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
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 |