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

Subscribe to the System Crafters Newsletter!
Stay up to date with the latest System Crafters news and updates! Read the Newsletter page for more information.
Name (optional)
Email Address