Tmux snitch

Da sia.
Versione del 15 feb 2024 alle 09:00 di Malvezzi (discussione | contributi) (→‎tmuxinator)
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)
Vai alla navigazione Vai alla ricerca

create session

 tmux new -swork

Re-attach session

 tmux attach -twork

Create windows

per creare nuove finestre:

 C-b c key binding which runs the new-window

oppure:

 C-b : 

poi nel prompt: :neww -dnaetheria (per la finestra che si chiama etheria)

Rename windows

 C-b , 

prompts for a new name for the current window, using the rename-window command.

Some inspirating readings

Useful Tmux Configuration Examples

tmuxinator

$ cd tmuxinator
$ tmuxinator start test