Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with tmux

You're reading from   Getting Started with tmux Maximize your productivity by accessing several terminal sessions from a single window using tmux

Arrow left icon
Product type Paperback
Published in Sep 2014
Publisher Packt
ISBN-13 9781783985166
Length 148 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Victor Quinn Victor Quinn
Author Profile Icon Victor Quinn
Victor Quinn
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Jump Right In 2. Configuring tmux FREE CHAPTER 3. Sessions, Windows, and Panes 4. Manipulating Text 5. Diving Deeper 6. tmux for SSH, Pair Programming, and More 7. Using Other Tools with tmux A. Appendix Index

Key binding and command reference

This is not intended as an exhaustive reference on tmux key bindings and commands. For that, view the tmux manual page by typing the following in your terminal:

$ man tmux

You can also view more information on tmux by visiting http://man.cx/tmux.

This is, instead, a chapter-by-chapter reference for the tmux keys and commands mentioned in each chapter along with a small description of what they do in the order in which they are mentioned.

This makes it easy to review and recall these key bindings and commands in the same order that they were covered in the chapter without having to wade through all of the text of that chapter.

Chapter 1 – Jump Right In

In this chapter, we jumped right in and went on a tour of many of the features of tmux. As a result, the following list of commands is widely varied:

  • Launch tmux: $ tmux
  • Rename a session: $ tmux rename-session {session name}
  • Create a new window: <Prefix>, c
  • Switch to the last window: <Prefix>, l
  • Switch...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime