Explore >> Select a destination


You are here

johncodes.com
| | rup12.net
3.2 parsecs away

Travel
| | Are you tired of your work being lost due to a broken SSH connection? Do you wish you can look at your code and run commands at the same time? Do you just want to look cool? Let's talk about TMUX - the Terminal Multiplexer.
| | ukiahsmith.com
1.9 parsecs away

Travel
| | Tmux is a wonderful tool to increase my productivity by multiplexing windows and apps to a single terminal. I use it all the time when working on a project to organize my tools, and quickly switch between them. One things I do these days is create a shell script to launch, and customize, my tmux session for the specific project that I am working on. This give me quick access to a complex setup, allowing me to jump into a project and get moving quickly.
| | chris.funderburg.me
2.6 parsecs away

Travel
| | An introduction to the linux/unix/Mac tool called "tmux"
| | jeroenjanssens.com
94.6 parsecs away

Travel
| To improve my iTerm+tmux experience, I've set up a whole bunch of key mappings. Rather than defining these manually, I wrote a Python script to generate the corresponding JSON programmatically.