-
Notifications
You must be signed in to change notification settings - Fork 18
kak-shell: how to create new session? #48
Comments
|
I have no idea. Can you try to edit connect.kak files to find the problem? There is |
I will as soon as I get into it! |
found the problem: not all Unixes come with Solution:
or
|
I remember without |
yep, same with fish. this seems to work though (invoke subshell): ( kak -s "$session" -d < /dev/null > /dev/null 2>&1 ) & (btw: will need to try out elvish, thanks) |
What is the difference between |
to my understanding, |
btw. using this ⬆️ seems to get rid of #53 (but produces another bug when callein |
this also works univerally (but creates the same error for me as above): env session=$session $SHELL -c 'kak -s "$session" -d < /dev/null > /dev/null 2>&1 &' |
Hi!
I have two questions about kak-shell.
I don't know if I'm holding it wrong or there's a problem with my setup.
I see that there is a way to create a new session but I don't know how?
Whatever I enter when the prompt comes, nothing happens and the prompt never stops…
And: Since kak-shell always opens with a prompt, I assume the desired thing to do in scripts is not to use kak-shell but
kak -c $session
and maybekak -c "$session" -e "connect-detach; sh connect.sh
?The text was updated successfully, but these errors were encountered: