CRAG666 / code_runner.nvim

Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
MIT License
539 stars 38 forks source link

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

Closed NEX-S closed 2 years ago

NEX-S commented 2 years ago

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

CRAG666 commented 2 years ago

please send the video

NEX-S commented 2 years ago

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.

CRAG666 commented 2 years ago

Pleace close issue