Skip to content
Standard
Reader
Log in
Tag
Tmux
Articles and publications tagged Tmux across the Atmosphere.
25
articles
12
publications
Articles
Publications
Recent
Recent
Trending
Most popular
Boxed News
·
Sep 15, 2026
Mac Attack 🍏
Still holding on to an M1 Mac Mini? The M6 Mac Mini, even with its sizable price increase, represents an eye-opening jump in performance.
mac mini
·
m6
Global [Unofficial]
·
Sep 9, 2026
Cómo mantener un script ejecutándose en segundo plano con SSH y tmux
tmux
·
https://tmux.app/sessions/
ばうあーろぐ
·
Sep 9, 2026
Ghostty に移行したらたまにプロンプトが返ってこなくなったけど、結局 Ghostty が原因じゃなかった話
1年半以上 Ghostty の謎の症状に悩まされてきたけど、つい最近問題が解消したのでメモに残しておきます
Ghostty
·
zsh
Linux Today: Linux News, Tutorials & Guides [Unofficial]
·
Aug 7, 2026
Tmux 3.7 Terminal Multiplexer Released with Initial Floating Pane Support
Blog
·
terminal multiplexer
joe.dev - Joe Beda's Development Blog
·
Jul 23, 2026
An always-on home for Claude Code
Running Claude Code on a spare NUC sounds simple, but the devil is in the details.
AI
·
agents
subaud
·
Jul 18, 2026
A Tour of My Terminal Setup
I've written about this setup twice: Building my Terminal Setup covered the shell, fonts, and Ghostty, and A tmux Workspace Built Around the Claude Code Autopilot covered the project launcher, worktrees, and per-project tmux servers. Since then the right side of every workspace grew a three-pane column, the editor changed to neovim, and a shared notepad appeared. This is what a working session looks like now. What's on screen Every project session has the same shape. Claude Code runs in
terminal
·
tmux
subaud
·
Jun 3, 2026
A tmux Workspace Built Around the Claude Code Autopilot
I built much of my now-playing project with a Claude Code autopilot. I describe a feature, and it gets planned, implemented, reviewed, and shipped without me typing the intermediate steps. To do the implementation and the git work, the autopilot spawns subagents that write to the working tree. When two lines of work touch a single checked-out git tree, there can be collisions. This post goes over the terminal setup I use to prevent them — on the autopilot's side and on mine. The shared-tree
claude-code
·
tmux
mike
·
May 9, 2026
Figuring out tmux
[Zellij][] has some genuinely nice features. It's much more discoverable and less foreboding than vanilla tmux. It just did this thing with Blink that ended up slowly chewing into the number of available lines on the screen I could never sort out, so back to tmux. I've never been comfortable wi...
tmux
·
tools
today iain learned
·
Apr 26, 2026
tmux extended-keys option and Neovim keymaps with modifiers
today iain learned: how to enable the tmux extended-keys option and use it to add more Neovim keymaps with modifiers
terminal
·
CLI
iPhoneBlog.de [Unofficial]
·
Apr 22, 2026
#502 – Ferneinwahl auf den Mac
one
·
CLI
Linux Today: Linux News, Tutorials & Guides [Unofficial]
·
Mar 2, 2026
This One Multiplexer Replaced Tmux, Screen, and My Entire Terminal Workflow
Blog
·
terminal multiplexer
Angular.Schule
·
Feb 17, 2026
Claude Code: How to Actually Fix the Endless Scrolling Problem
Claude Code has a notorious bug: the terminal scrolls uncontrollably, flickers, or freezes entirely. Since March 2025, GitHub issues have been piling up with thousands of upvotes, and the problem still isn't fixed. It is the single most reported UX problem with Claude Code, and a real fix from Anthropic is still nowhere in sight. In this article, I explain why the bug exists, why the common workarounds don't help, and how to fix it for good with an open-source tool.
Claude Code
·
Endless Scrolling
Angular-Buch
·
Feb 17, 2026
Claude Code: Wie man den Endless-Scrolling-Bug wirklich löst
Claude Code hat einen berüchtigten Bug: Das Terminal scrollt unkontrolliert, flackert oder friert komplett ein. Seit März 2025 sammeln sich die GitHub Issues mit tausenden Upvotes, und das Problem ist immer noch nicht behoben. Es ist das meistgemeldete UX-Problem von Claude Code überhaupt, und eine direkte Lösung von Anthropic lässt immer noch auf sich warten. In diesem Artikel erkläre ich, warum der Bug existiert, warum die üblichen Workarounds nicht helfen und wie man ihn mit einem Open-Source-Tool endgültig löst.
Claude Code
·
Endless Scrolling
はてなブックマーク [Unofficial]
·
Feb 15, 2026
Claude Code中心のMac開発環境を整備する - tmux・Ghostty・Discord通知
テクノロジー
·
Discord
marko.tech
·
Jun 8, 2025
fzf ftw
fzf-tools is a zsh plugin that enhances command line efficiency with interactive selection for files, history, scripts, and git commits.
CLI
·
Software
Une tasse de café
·
Jul 7, 2023
Débuter avec Tmux
Tmux est un multiplexeur de terminal, celui-ci permet de créer et contrôler des sessions. Il est souvent utilisé pour lancer une commande en fond et pouvoir fermer le terminal sans crainte que le processus ne soit stoppé. Nous allons voir comment l'utiliser.
Tmux
·
back-to-basics
ばうあーろぐ
·
Apr 26, 2020
ターミナル(黒い画面)を分割して使う tmux 超入門
tmux に関する記事はちょくちょく書くものの、 tmux 導入そのものに関する記事はそういえば書いてなかったなーと。 というのも、ちょうど直近で tmux を含む環境構築をする機会があって、 「あーついでにチートシート用意してもいいなあ」と思って、手元にメモ残してたのでした。 tmux のこれだけ読めば使える記事が手元に1つあってもいいかなって思ったので雑に書きます。 ターミナルでやるタスクは多い、分割したい ターミナル(黒い画面)使ってますか?僕はたくさん使ってます。 こんな感じで 分割して 使ってます!(最近さくっと動画キャプチャの術を憶えたので!) ターミナルが行えるタスクというのはそれなりに多いと思いますが、 ターミナルのつらいところってどの辺にあるでしょうか? 毎回別のウィンドウを立ち上げるのつらい 実行が終わるのを待つのがもったいない! なんかログが流れて行っちゃったけど、エラーのところコピペしてググりたかった・・・ いずれもあるあるです。 だったらターミナルを分割しよう! 上を見ると一目瞭然なんですが、 ターミナルを分割すると、 毎回別のウィンドウを立ち上げなくてすむ し、 何か実行してる最中に 並行して別のコマンドを打って作業する こともできちゃいます。 まだターミナルを複数立ち上げちゃってる人は、 これを機会に設定しちゃいましょう! tmux とは何なのか、どういう位置付けなのか まずターミナルを分割してくれるツールのことを、 ターミナル・マルチプレクサ (Terminal multiplexer) といいます。 どんな種類があるかというと・・・ screen (or GNU screen) Byobu tmux この辺にずらずら紹介されてますね! Terminal multiplexer - Wikipedia en.wikipedia.org 今回は最後の tmux (ティーマックス) を導入していきます! tmux でできること Home tmux source code. Contribute to tmux/tmux development by creating an account on GitHub. github.com
tmux
·
CLI
enumerator.dev
·
Aug 3, 2019
Creating a tmux Colour Theme
I made a Dracula colour theme for tmux and I love it! Here's a bit about how to customize tmux
dotfiles
·
dracula
enumerator.dev
·
Aug 3, 2019
Creating a tmux Colour Theme
I made a Dracula colour theme for tmux and I love it! Here's a bit about how to customize tmux
dotfiles
·
dracula
ばうあーろぐ
·
Feb 11, 2019
Vim から VS Code へ覚悟を持って移行する
Vim から VS Code へ覚悟を持って移行する・・・! 前提 Vim と言いつつも、非 Vimmer が読んでも最低限分かる配慮はする 普段から Vim を使っているが、 そろそろちゃんとしたレールに乗らねば と思っている プラグインのアップデートに自分が追いつけなくなりつつある mouse / trackpad を使ったら負け 移行前に知るべきこと そもそも VS Code をもっと知らないといけない。 VS Code の基本的な知識が足りないので以下を押さえます。 公式はとりあえず全部読む Documentation for Visual Studio Code Your home for multi-agent development. Explore AI agents, coding tools, extensions, and everything … code.visualstudio.com 左上 Explorer, Search, VCS/Git, Debug, Extensions の5つがメイン機能 それ以外の便利機能、エラー表示、ターミナル表示、コマンドパレット(vscode 上のコマンド)がある コマンドパレットから shell command で探すと、 code コマンドのインストールができる CLI からは code . という立ち上げ方が一般的 プロジェクトごとの設定は、 .vscode ディレクトリが生成されて、その中に設定ファイルが置かれる Explorer Explorer は今のディレクトリ配下のファイルをツリー形式で表示してくれます。 Shift + Command + E で開くことができます。
Vim
·
VSCode
coreyja.com
·
Jan 6, 2018
Dotfiles - January 2018
History My dotfiles repo started out as a fork from some dude . The main reason for making the repo
dotfiles
·
bash
Luis Quintanilla Personal Website
·
Dec 9, 2017
Octave Development in the Terminal
octave
·
tmux
ばうあーろぐ
·
Jan 22, 2017
tmux で自動起動するついでにセッション管理もする
tmux の自動起動周りに少し不満があって、 zshrc に以下の記述を追加しました。 # 初期に用意されているセッション # "prefix -> (" or "prefix -> )" でセッション切り替え TMUX_INITIAL_SESSIONS=( "config" "works" "personal" ) # 初期セッションが存在していなかったらバックグラウンドで作る for tmux_session in ${TMUX_INITIAL_SESSIONS[@]} do if ! $(tmux has-session -t ${tmux_session} 2> /dev/null) then tmux new-session -d -s ${tmux_session} fi done # tmux が起動中でなければ attach する if [ -z "$TMUX" ] then tmux attach-session -t "${TMUX_INITIAL_SESSIONS[0]}" else fi 基本的に書いてある通りなのですが、 自分であらかじめ用意したいセッションを変数(TMUX_INITIAL_SESSIONS)に入れておきます。 別に他の名前でも良いです。 TMUX_INITIAL_SESSIONS=( "mysession1" "mysession2" "mysession3" ) シェルが立ち上がるたびに、そのセッションがなければバックグラウンドで作ります。
tmux
·
CLI
ばうあーろぐ
·
Jan 19, 2015
tmux でプロジェクト用のウィンドウをたくさん扱いたい
2015年最初の投稿です。本年もよろしくお願いいたします。 全然書いてなかったので書きます。 ブログは定期的に書いてないと書き方を忘れてしまいがちなので、 もう少し気軽に書いていければと思います。 tmux のウィンドウ、ペインの準備の時間を削りたい tmux、めっちゃ便利ですよねー。 便利なので、開きっぱなしにしちゃいがちなんですが、 本当は使うもの以外を閉じておきたいのです。 そもそも tmux のセッション管理だとか、あるいは tmuxinator など色々便利なものがありますが、 もうちょっと気軽にさくっと扱えればいいなーと思ってました。 何がやりたいかというと・・・ 少しのショートカットキーとプロジェクト名を入力するだけで準備が整う エディター、シェル、タスクランナーの3分割 上記構成を比較的柔軟に変えられる このあたりができればいいなと思います。 構成を考える 特に tmux の細かな使い方が理解できていなかったので、 man tmux や [prefix] ? などでドキュメントを読んでみました。 # ウィンドウを新しく作って、最初のディレクトリを合わせて指定 new-window -c "/path/to/dir" # ウィンドウを上下に分割(水平) split-window -h # 現在のペインに対してキー入力を行う send-keys "echo 'test123'" # tmux で入力を受け付けて、シェルスクリプトを実行 command-prompt "run-shell 'cd /path/to/dir'" 他にもたくさんありますが、今回関連しそうなのはこのあたりっぽいですねー。 プロジェクト名を受け取り、画面を作るシェルスクリプト まず、プロジェクト名の引数を1つとって、上記のコマンドの組み合わせでお好みのペインを作るところまでをシェルスクリプトで用意します。 たぶん人によってやりたいことは大分違ってきますし、 画面の分割以外にもシェルスクリプトでやれることなら色々と書けるはずなので、 僕の場合はタスクランナーを実際に走らせるところまでやっています。 (それ以上の細かいところは、これから考えていければと・・・) #!/bin/sh if [ $# -eq 1 ]; then TMUX_PROJECT_NAME="/var/www/$1" else echo "usage: tmux-project (projectname)" 1>&2 exit 1 fi if [ ! -e $TMUX_PROJECT_NAME ]; then echo "no exist: $TMUX_PROJECT_NAME" 1>&2 exit 1 fi tmux new-window -c $TMUX_PROJECT_NAME tmux split-window -c $TMUX_PROJECT_NAME -h tmux split-window -c $TMUX_PROJECT_NAME -v # has Gruntfile.js if [ -e "$TMUX_PROJECT_NAME/Gruntfile.js" ]; then tmux send-keys "grunt watch^M" fi tmux select-pane -t 1 ※実際はもっと具体的な記述になってますが、ざっくりこのような感じです。
tmux
·
ShellScript
Home
Latest
Discover
Search