diff --git a/.config/tmuxp/hv.yaml b/.config/tmuxp/hv.yaml new file mode 100644 index 0000000..42ee7c8 --- /dev/null +++ b/.config/tmuxp/hv.yaml @@ -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 +