Uncovering Tmux's Hidden Gems

News

Let's Learn More About Tmux

Useful Commands

# Create new session at a particular folder path (thanks jvdydev!)
tmux new-session -A -c <working-directory> -s <session-name>

# Run a command inside of the new session
tmux new-session -A -c <working-directory> -s <session-name> emacs -nw

# See also: https://codeberg.org/jvdydev/dotfiles/src/branch/main/scripts/ts

Plugins of Note

Enjoyed this stream? Explore our hands-on courses for deeper, structured learning on Guile Scheme and more.

Get the System Crafters Newsletter
Updates on open source tools, tutorials, and community projects. We'll also occasionally let you know about new courses and resources.
Name (optional)
Email Address