Skip to content

Instantly share code, notes, and snippets.

Here's a quick reference for Tmux, covering sessions, panes, and windows along with the command you mentioned.

Tmux Basics

  • Start a new session:
    tmux new -s <session_name>
  • Attach to an existing session:

tmux attach -t

@jlia0
jlia0 / agent loop
Last active October 28, 2025 01:55
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet

18.5 Unofficial Rules of Software Engineering (The Bitterly Useful Edition)

  • Complexity always wins. Especially at 3am.

    Your clever abstraction becomes your 3am nightmare. Hope you like recursive stack traces.

  • Code you wrote 6 months ago was clearly the work of an idiot.

    Unfortunately, that idiot was you.