liquidz / vim-iced

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

How to close the test-buffer manually? #448

Closed formsandlines closed 1 year ago

formsandlines commented 1 year ago

Is there a way to close the test-buffer manually after it opened?

Sometimes it gets in the way and I want to close it to focus on my work, but it looks like there is no function or binding for that in vim-iced.

liquidz commented 1 year ago

@formsandlines Indeed. There was no way to close it, so I added IcedTestBufferClose command. Could you try the latest version?

formsandlines commented 1 year ago

Works great, thanks for the quick addition!

I mapped it to <localleader>tc since I have the open command on <localleader>to. :)