-
-
Save eduardolfalcao/b5fe84ce6b4c0f2faac5a66a0ffc6529 to your computer and use it in GitHub Desktop.
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
tmux | |
tmux ls | |
tmux attach-session -t my_session | |
ctrl + b: | |
1) ": divides pane horizontally (up and down) | |
2) %: divides pane vertically (left and right) | |
3) (holiding ctrl+b) right/left/up/down arrows: resize pane | |
4) (without holiding ctrl+b) change pane currently using | |
5) z: zooms in/out pane |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment