23 lines
628 B
YAML
23 lines
628 B
YAML
---
|
|
# tmux session definitions for tmux-menu.sh
|
|
# Place this file at ~/.config/tmux-menu/sessions.yaml
|
|
|
|
sessions:
|
|
mine:
|
|
windows:
|
|
- name: "local(aristotle)"
|
|
command: "" # Default to shell
|
|
- name: "root@vps"
|
|
command: "exec ssh root@vps.example.org"
|
|
- name: "chawley@phaedrus"
|
|
command: "exec ssh chawley@phaedrus"
|
|
- name: "chawley@homer"
|
|
command: "exec ssh chawley@homer.simpsons.net"
|
|
# Add more sessions here
|
|
# example_session:
|
|
# windows:
|
|
# - name: "local_shell"
|
|
# command: ""
|
|
# - name: "remote_server"
|
|
# command: "ssh user@remote"
|