Terminal autocloses after first command is executed #1951
Answered
by
drowning-cat
maciekwiso
asked this question in
Q&A
Replies: 2 comments 7 replies
-
No? :lua Snacks.terminal("echo 'some cmd'; bash") |
Beta Was this translation helpful? Give feedback.
2 replies
-
Ok. Cool. :lua Snacks.terminal.open("for i in `seq 1 11`; do echo $i; sleep 1; done; bash") |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to execute a command using Snacks terminal and then after that command finishes I'd like to continue using this terminal and execute more commands.
With the config below, after the command finishes and I go to insert mode the terminal window just closes and doesn't allow me to execute more commands. Am I missing some config or this terminal is just single use?
Beta Was this translation helpful? Give feedback.
All reactions