Organize your terminal using tmux panes

Bonnie Eisenman
InstructorBonnie Eisenman

Share this video with your friends

Send Tweet

Learn to organize your workspace using tmux. We'll create a new tmux session and learn how to create and navigate panes within a tmux window.

We'll cover:

  • How to create new panes via vertical splits with C-b %
  • How to create new panes via horizontal splits with C-b "
  • Navigating between panes with C-b and arrow keys
  • Closing panes with exit or Ctrl-d
  • Viewing available commands with C-b ?
Hakan Karaduman
Hakan Karaduman
~ 5 years ago

I think this lessons needs to talk about how to set our own shortcut, or even view and learn about the current shortcut (ctrl+b in the video).