• Welcome to TalkativeTurtles - a community for developers & tech enthusiasts.
  • Share projects, get code reviewed, and talk tech without the noise.
  • New here? Introduce yourself in the Introductions forum!
Hello There, Guest! Login Register


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Title: Terminal setup thread - share your shell, prompt, and tools
Linear Mode
#1
Worth mentioning: tmux deserves its own mention in any terminal setup discussion.

If you're not using a terminal multiplexer, you're managing multiple terminal windows manually and losing session state every time you close the terminal. tmux gives you:
  • Persistent sessions - detach from a running session, SSH somewhere else, reattach. The processes keep running.
  • Split panes - editor on the left, running tests on the right, logs below
  • Named windows within sessions - organised like browser tabs

My config highlights:
  • Prefix changed from Ctrl+B to Ctrl+A (much easier to reach)
  • Vi-mode for copy/paste in the buffer
  • Mouse support enabled (controversial, but I use it)
  • Status bar shows session name, window list, hostname, and battery percentage

tmux-resurrect plugin saves and restores sessions across reboots. Combine with tmux-continuum for automatic saving every 15 minutes. System reboots without losing your layout.
Reply
  


Messages In This Thread
RE: Terminal setup thread - share your shell, prompt, and tools - by Zero Two - 06-22-2026, 12:25 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Shell aliases and functions you actually use every day Zero Two 0 126 06-30-2026, 08:35 PM
Last Post: Zero Two
  Share your terminal setup / dotfiles Zero Two 1 248 06-22-2026, 09:26 AM
Last Post: Zero Two

Forum Jump:


Browsing: 2 Guest(s)