diff options
author | Kyle Mendes <kyle@springhealth.com> | 2018-10-28 11:52:57 -0500 |
---|---|---|
committer | Kyle Mendes <kyle@springhealth.com> | 2018-10-28 11:55:41 -0500 |
commit | 3b536e441239431be4ea3ae9f51c4e72cec464f9 (patch) | |
tree | 753620886d30e7667e8a40769765bc361a5b6880 /tmux.html.markdown | |
parent | 598fc6d0a605fc71904d3a98d1ca25152126be91 (diff) |
[tmux/en] adding info about copy mode
Diffstat (limited to 'tmux.html.markdown')
-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 |