devcontainer-cli.nvim icon indicating copy to clipboard operation
devcontainer-cli.nvim copied to clipboard

Don't exit terminal on process end when hidden

Open erichlf opened this issue 1 year ago • 1 comments

Currently when a window is hidden and the process exits the terminal window also exits. It would be nice if the window persisted until it was closed by the user.

Originally posted by @erichlf in https://github.com/erichlf/devcontainer-cli.nvim/pull/13#discussion_r1583045598

erichlf avatar May 14 '24 11:05 erichlf

It might be useful to look at the following PR: https://github.com/stevearc/overseer.nvim/pull/72/files

erichlf avatar May 14 '24 12:05 erichlf