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
5 posts about cli.
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
TPM installs tmux plugins via prefix + I; the real shortlist is tmux-resurrect, tmux-continuum, tmux-sensible, vim-tmux-navigator and tmux-yank.
Ivo Hart6 min read
tmux
The tmux commands worth memorising, grouped by what you are trying to do: sessions, windows, panes, copy mode and scripting.
Ivo Hart7 min read
tmux
A start-to-finish tmux tutorial: the server/session/window/pane model, your first split, detaching and reattaching, and a minimal config that sticks.
Ivo Hart8 min read
tmux
Run tmux new -s name to create a named tmux session, or add -d to start it detached in the background without attaching to it.
Ivo Hart6 min read