Add layout for tmux ide options
This commit is contained in:
12
.layout.tmux
Normal file
12
.layout.tmux
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/zsh
|
||||
# Create a layout for development on the PDP-10
|
||||
|
||||
SESSIONID=$1
|
||||
$MUX=$(where tmux)
|
||||
|
||||
# Split the window at the bottom and open a
|
||||
$MUX split-window -v -l 8 -t ${SESSIONID}:0 telnet pidp10.local 1025
|
||||
|
||||
# Split again, and connect via ssh to the host machine
|
||||
$MUX split-window -h -t ${SESSIONID}:0 ssh pidp10.local
|
||||
|
||||
Reference in New Issue
Block a user