Run a command in a sub pain
I kinda want something similar to VSC. I want to run a command in a sub terminal on the bottom that keeps updating the end result of what i am doing.
It works manually but i am trying to do it with scripts, cant figure out the split command tho, yes i am reading the man pages.
tmux split-window -h -c $path/deno -l 5 -t $name:editor 'deno task server:start' C-m
It doesnt do anything so i guess something is incorrect. $name and $path do exist and are valid tho.
$name:editor is the pane i want to split and then run the deno
command on0 Replies