Jake

Results 4 comments of Jake
trafficstars

From `:h xa` >:xa Write all changed buffers and exit Vim. If there are buffers without a file name, which are readonly or which cannot be written for another reason,...

@adam-lynch You can simply import and edit the `useInput` method ([these lines](https://github.com/vadimdemedes/ink/blob/af0dabe0cad57f067dca6fc77a4fed963805b4e0/src/hooks/use-input.ts#L183-L186)), and handle ctrl-c yourself (call `exit()` and `process.exit(0)`)

If you are still experiencing issues, have you migrated to v8? If so and this is still a problem, it's likely an issue with vega-embed, not this library.

I'm going to close this issue since it is over a year old and v8 has since been released. @letelete If you are still experiencing this issue, please open a...