liquidz / vim-iced

Clojure Interactive Development Environment for Vim8/Neovim
https://liquidz.github.io/vim-iced/
MIT License
518 stars 35 forks source link

QUESTION: cancel/abort evaluation or tests #428

Closed geekingfrog closed 2 years ago

geekingfrog commented 2 years ago

Hello

Is there a way to abort a computation or a test? For example, if I run all tests in the current project but want to abort midway through, is it something possible? From the doc it doesn't seems iced support that, not sure if nrepl can do it either (although it seems possible with emacs, so likely doable).

Cheers

liquidz commented 2 years ago

@geekingfrog How about IcedInterrupt command? https://liquidz.github.io/vim-iced/vim-iced.html#%3AIcedInterrupt It is mapped to <Leader>eq by default.

geekingfrog commented 2 years ago

Oh, I missed that one from the doc. All good then, thanks.