diff options
| -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 | 
