Skip to content

Instantly share code, notes, and snippets.

@oliveira-andre
Last active May 30, 2020 18:18
Show Gist options
  • Select an option

  • Save oliveira-andre/c454ef0f5ef383fc2bc9e09f0b4b440d to your computer and use it in GitHub Desktop.

Select an option

Save oliveira-andre/c454ef0f5ef383fc2bc9e09f0b4b440d to your computer and use it in GitHub Desktop.
tmux commands cheat sheet

the prefix is control+b, before all commands run it.

about session

  • , => rename current session

windows

  • c => new window
  • n => next window
  • p => prevous window
  • 0..9 => the number of window

panels

  • % => split vertically

  • " => split horizontally

  • z => zoom

  • o => go to next panel

  • q => show number of panels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment