dense-analysis/neural

Prompt doesn't close correctly with Ctrl-C

Closed this issue · 0 comments

The input prompt from nui doesn't close with vim.api.nvim_command(':q') when using the custom mapping of Ctrl-C to exit.

We should probably be calling the input.unmount() instead.