tmux-menu rewrite

This commit is contained in:
2026-02-21 18:13:15 -05:00
parent 53a10dee75
commit 87dbb4e498
2 changed files with 97 additions and 56 deletions

22
tmux-sessions.yaml Normal file
View File

@@ -0,0 +1,22 @@
---
# 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"