Add proper comments to the .layout.tmux file

This commit is contained in:
2026-01-11 14:47:35 +01:00
parent f7f0720b2e
commit 32b961aeb7

View File

@@ -2,7 +2,7 @@
# Create a layout for development on the PDP-10 # Create a layout for development on the PDP-10
RPDP=$(where rpdp) RPDP=$(where rpdp)
# Split the window at the bottom and open a # Split the window at the bottom and open the console of the PDP-10.
$MUX split-window -v -l 8 -t ${SESSIONID}:0 telnet pidp10.local 1025 $MUX split-window -v -l 8 -t ${SESSIONID}:0 telnet pidp10.local 1025
# Split again, and connect via ssh to the host machine # Split again, and connect via ssh to the host machine