Refactored vast-teleport for safer and simpler ssh invocation
This commit is contained in:
parent
bb16143b0f
commit
38063915d6
2 changed files with 91 additions and 17 deletions
|
@ -1 +0,0 @@
|
|||
../../../../_home/private_dot_config/zellij/layouts/teleport.kdl
|
|
@ -0,0 +1,16 @@
|
|||
layout {
|
||||
cwd "/Users/gal.szkolnik"
|
||||
tab name="Teleport" hide_floating_panes=true {
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:tab-bar"
|
||||
}
|
||||
pane command="zsh" cwd="/Users/gal.szkolnik" size="85%" {
|
||||
args "-ic" "vast-teleport launch --from-zellij"
|
||||
start_suspended true
|
||||
}
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:status-bar"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue