Terminal multiplexer.
/plugin marketplace add plurigrid/asi/plugin install plurigrid-asi-skills@plurigrid/asiThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Terminal multiplexer.
tmux new -s name
tmux attach -t name
tmux ls
tmux kill-session -t name
d Detach
c New window
n/p Next/prev window
0-9 Select window
% Split vertical
" Split horizontal
o Next pane
z Toggle zoom
x Kill pane
[ Copy mode
] Paste
Space Start selection
Enter Copy selection
q Quit
/ Search forward
? Search backward
# ~/.tmux.conf
set -g prefix C-a
set -g mouse on
set -g base-index 1