Added tmuxp hv config
This commit is contained in:
parent
68a8f4cb5d
commit
6bd09b2a3a
1 changed files with 13 additions and 0 deletions
13
.config/tmuxp/hv.yaml
Normal file
13
.config/tmuxp/hv.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
session_name: Hypervisors
|
||||||
|
start_directory: ~/
|
||||||
|
windows:
|
||||||
|
- window_name: hv1
|
||||||
|
panes:
|
||||||
|
- ssh hv1 -t tmux a
|
||||||
|
- window_name: hv2
|
||||||
|
panes:
|
||||||
|
- ssh hv2 -t tmux a
|
||||||
|
- window_name: hv3
|
||||||
|
panes:
|
||||||
|
- ssh hv3 -t tmux a
|
||||||
|
|
Loading…
Reference in a new issue