Book Image

Getting Started with tmux

By : Victor Quinn
Book Image

Getting Started with tmux

By: Victor Quinn

Overview of this book

Table of Contents (16 chapters)
Getting Started with tmux
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

tmux configuration from the maximum-awesome project, by Square


While we're on the topic of configuration, we should discuss the maximum-awesome project, and the configuration files for Vim and tmux from the folks at Square. Square specializes in payments and is very active in the open source community.

They have put a ton of thought and effort over the years into curating what they consider to be the ideal configuration for Vim and tmux and they have it freely available on GitHub: https://github.com/square/maximum-awesome.

Be forewarned, their configuration is rather Vim opinionated, but that caveat aside, they have baked up a truly awesome set of configurations.

Our favorite thing about these configuration files is that they provide a good set of defaults and recently added support for a .tmux.conf.local file intended for user overrides and custom commands. They are both great drop-in configuration files and great sources of inspiration for creating your own configuration.

So let's give maximum...