|
| 1 | +title: tmux |
| 2 | +category: page |
| 3 | +slug: tmux |
| 4 | +sortorder: 0212 |
| 5 | +toc: False |
| 6 | +sidebartitle: tmux |
| 7 | +meta: tmux is a terminal multiplexer implementation often used during Python development on Linux and macOS. |
| 8 | + |
| 9 | + |
| 10 | +# tmux |
| 11 | +[tmux](https://github.com/tmux/tmux/wiki) |
| 12 | +([source code](https://github.com/tmux/tmux)) is a |
| 13 | +[terminal multiplexer](/terminal-multiplexers.html) implementation |
| 14 | +often used during Python development on Linux and macOS. tmux grants |
| 15 | +greater control over a programmers's |
| 16 | +[development environment](/development-environments.html) by making it |
| 17 | +easier to use many shells at once and attaching to both local and remote |
| 18 | +[shell](/shells.html) sessions. |
| 19 | + |
| 20 | +<a href="https://github.com/tmux/tmux/wiki" style="border:none"><img src="/img/logos/tmux.png" width="100%" alt="tmux unofficial logo." class="shot"></a> |
| 21 | + |
| 22 | +<div class="well see-also">tmux is an implementation of the <a href="/terminal-multiplexers.html">shells</a> concept. Learn more in the <a href="/development-environments.html">development environments</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div> |
| 23 | + |
| 24 | + |
| 25 | +### tmux resources |
| 26 | +* [Tmux and Vim - even better together](https://blog.bugsnag.com/tmux-and-vim/) |
| 27 | + |
| 28 | +* [Making tmux Pretty and Usable - A Guide to Customizing your tmux.conf](http://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/) |
| 29 | + |
| 30 | +* [Tmux Pairing Anywhere: On Your Box](http://iamvery.com/2013/11/16/tmux-pairing-anywhere-on-your-box.html) |
| 31 | + |
| 32 | +* [Using tmux Properly](http://danielallendeutsch.com/blog/16-using-tmux-properly.html) |
| 33 | + |
| 34 | +* [Differences between tmux vs screen](https://wtanaka.com/node/8136) |
| 35 | + |
| 36 | +* [Cockpit](http://cockpit.27ae60.com/) helps you create the exact pane |
| 37 | + layout you want for your tmux setup. |
| 38 | + |
| 39 | +* [The Power Of tmux Hooks](https://devel.tech/tips/n/tMuXz2lj/the-power-of-tmux-hooks/) |
| 40 | + |
| 41 | +* There are a slew of "cheat sheets" for tmux out there, here are a few |
| 42 | + good ones: |
| 43 | + * [tmux cheat sheet](https://gist.github.com/andreyvit/2921703) |
| 44 | + * [shortcuts & cheatsheet](https://gist.github.com/MohamedAlaa/2961058) |
| 45 | + * [tmux & screen cheat-sheet](http://www.dayid.org/comp/tm.html) |
| 46 | + * [Multiplexers: tmux and screen](http://hyperpolyglot.org/multiplexers) |
0 commit comments