Skip to content

Instantly share code, notes, and snippets.

@NrI3
Last active July 3, 2019 10:13
Show Gist options
  • Select an option

  • Save NrI3/ef3fe66cd22a1049acc7f5359a8e8abe to your computer and use it in GitHub Desktop.

Select an option

Save NrI3/ef3fe66cd22a1049acc7f5359a8e8abe to your computer and use it in GitHub Desktop.
tmux terminal linux
# install
sudo apt-get install tmux
# Use
# New terminal
ctrl + b , c
# New column
ctrl + b , "
# New Row
ctrl + b , %
# Go to rigth
ctrl + b , >
# Go to left
ctrl + b , <
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment