CRAG666/code_runner.nvim

How to use <C-c> to exit infinity loop?

Closed this issue · 3 comments

NEX-S commented

How to use <C-c> to exit the infinity loop?

please send the video

NEX-S commented

Solved with vim.keymap.set('n', '<C-c>', '', { noremap = true, silent = true }, nvim is mapping <C-c> as quit, so sometimes <C-c> is not working in code_runner floating windows.

Pleace close issue