Created
June 23, 2019 18:27
-
-
Save dyhpoon/4201c965ea0717a0523b90038f5232f7 to your computer and use it in GitHub Desktop.
tmux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ - rename session | |
| s - sessions | |
| q - select pane | |
| z - zoom | |
| d - detach | |
| [ - scroll | |
| ] - paste | |
| ? - show shortcuts | |
| % - new pane (horizontally) | |
| " - new pane (vertically) | |
| c - new window | |
| n - next window | |
| p - previous window | |
| resize-pane -[U,D,L,R] 10 | |
| attach | |
| rename-session | |
| ls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment