tmux-menu rewrite
This commit is contained in:
22
tmux-sessions.yaml
Normal file
22
tmux-sessions.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user