|
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | 6 | <meta name="description" content="Quick-reference cheatsheet for tmux and Claude Code CLI — shortcuts, commands, and multi-session workflows." /> |
| 7 | +<meta name="robots" content="index, follow" /> |
| 8 | +<link rel="canonical" href="https://devteds.github.io/devpages/guides/tmux-claude-cli/" /> |
| 9 | + |
| 10 | +<!-- Open Graph --> |
| 11 | +<meta property="og:type" content="article" /> |
| 12 | +<meta property="og:title" content="Tmux + Claude Code CLI Cheatsheet" /> |
| 13 | +<meta property="og:description" content="Quick-reference cheatsheet for tmux and Claude Code CLI — shortcuts, commands, and multi-session workflows." /> |
| 14 | +<meta property="og:url" content="https://devteds.github.io/devpages/guides/tmux-claude-cli/" /> |
| 15 | +<meta property="og:site_name" content="DevGuides by Devteds" /> |
| 16 | +<meta property="article:published_time" content="2026-03-27" /> |
| 17 | +<meta property="article:author" content="Chandra Shettigar" /> |
| 18 | + |
| 19 | +<!-- Twitter Card --> |
| 20 | +<meta name="twitter:card" content="summary" /> |
| 21 | +<meta name="twitter:title" content="Tmux + Claude Code CLI Cheatsheet" /> |
| 22 | +<meta name="twitter:description" content="Quick-reference cheatsheet for tmux and Claude Code CLI — shortcuts, commands, and multi-session workflows." /> |
| 23 | + |
| 24 | +<!-- JSON-LD --> |
| 25 | +<script type="application/ld+json"> |
| 26 | +{ |
| 27 | + "@context": "https://schema.org", |
| 28 | + "@type": "TechArticle", |
| 29 | + "headline": "Tmux + Claude Code CLI Cheatsheet", |
| 30 | + "description": "Quick-reference cheatsheet for tmux and Claude Code CLI — shortcuts, commands, and multi-session workflows.", |
| 31 | + "author": { |
| 32 | + "@type": "Person", |
| 33 | + "name": "Chandra Shettigar", |
| 34 | + "url": "https://www.linkedin.com/in/shettigarc/" |
| 35 | + }, |
| 36 | + "publisher": { |
| 37 | + "@type": "Organization", |
| 38 | + "name": "Devteds", |
| 39 | + "url": "https://devteds.com" |
| 40 | + }, |
| 41 | + "datePublished": "2026-03-27", |
| 42 | + "dateModified": "2026-03-27", |
| 43 | + "url": "https://devteds.github.io/devpages/guides/tmux-claude-cli/", |
| 44 | + "keywords": ["tmux", "claude-code", "cli", "terminal", "multiplexer", "ai"], |
| 45 | + "articleSection": "Developer Tools" |
| 46 | +} |
| 47 | +</script> |
| 48 | + |
7 | 49 | <title>Tmux + Claude Code CLI Cheatsheet — DevGuides</title> |
8 | 50 | <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Syne:wght@700;800&family=Inter:wght@400;500&display=swap" rel="stylesheet" /> |
9 | 51 | <style> |
@@ -1032,7 +1074,7 @@ <h1><span class="purple">tmux</span> <span class="muted">×</span> <span cl |
1032 | 1074 | </div> |
1033 | 1075 |
|
1034 | 1076 | <footer> |
1035 | | - <p>DevGuides by <a href="https://devteds.com" target="_blank">Devteds</a></p> |
| 1077 | + <p>DevGuides by <a href="https://devteds.com" target="_blank">Devteds</a> · <a href="https://github.com/devteds/devpages" target="_blank">GitHub</a></p> |
1036 | 1078 | </footer> |
1037 | 1079 |
|
1038 | 1080 | </div><!-- .wrap --> |
|
0 commit comments