tmux
tmux and vim: seamless splits, fast Escape, copy-paste
vim-tmux-navigator crosses Ctrl-h/j/k/l between vim splits and tmux panes; escape-time 10 fixes Neovim's laggy Escape key. Config for both.
Nadia Okonkwo7 min read
blog
3 posts about workflow.
tmux
vim-tmux-navigator crosses Ctrl-h/j/k/l between vim splits and tmux panes; escape-time 10 fixes Neovim's laggy Escape key. Config for both.
Nadia Okonkwo7 min read
tmux
tmux over SSH keeps a job running through a dropped connection. The pattern is ssh host -t 'tmux attach || tmux new', plus keepalives for broken pipe.
Ivo Hart7 min read
agents
A long agent run fails in four distinct ways and only one of them is success — here's why exit codes can't tell them apart, and what actually can.
Nadia Okonkwo7 min read