Tmux snitch

Da sia.
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