Skip to content

Instantly share code, notes, and snippets.

@eduardolfalcao
Last active July 4, 2020 14:14
Show Gist options
  • Save eduardolfalcao/b5fe84ce6b4c0f2faac5a66a0ffc6529 to your computer and use it in GitHub Desktop.
Save eduardolfalcao/b5fe84ce6b4c0f2faac5a66a0ffc6529 to your computer and use it in GitHub Desktop.
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