diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2019-08-08 23:11:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-08 23:11:53 +0530 |
commit | fd050df838968889ccc13a65c0ce8bad60cb00bc (patch) | |
tree | 0e44f08eba0d3db46f7b35c8d7d7412d3e1856e6 | |
parent | 2f0b904f6ffe68d15fedf7e50a3a64e1a47a9145 (diff) | |
parent | 2f8df4fd1425eae4160570c395f7be743a11e2cb (diff) |
Merge pull request #3597 from samebchase/patch-1
[tmux/en] Fix keybinding
-rw-r--r-- | tmux.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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 |