Jake
Results
2
comments of
Jake
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)`)