Skip to content

Instantly share code, notes, and snippets.

@teradyne
teradyne / claude-cli-tmux-wsl2-guide.html
Last active March 28, 2026 03:34
Claude CLI + tmux on WSL2 — Complete Setup Guide (HTML blog post with dark terminal theme, .tmux.conf, keybindings, multi-agent workflows, and launcher scripts)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Claude CLI + tmux on WSL2 — The Complete Setup Guide</title>
<style>
:root {
--bg: #F7F6F2;
--surface: #FFFFFF;