Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't close window after successful test (exunit) #652

Open
drselump14 opened this issue May 4, 2022 · 1 comment
Open

Can't close window after successful test (exunit) #652

drselump14 opened this issue May 4, 2022 · 1 comment

Comments

@drselump14
Copy link

Hi,

Not sure why it's not working but the quickfix window is not automatically closed when exunit run successfully.
Previously, it's working fine.

elixir 1.13.3-otp-24
erlang 24.2.2

Any help would be appreciated

@slashmili
Copy link

Which version of vim/neovim are you using?

Have you seen this in the readme?

On Neovim the "basic" and "neovim" strategies will run test commands using Neovim's terminal, and leave you in insert mode, so that you can just press "Enter" to close the terminal session and go back to editing. If you want to scroll through the test command output, you'll have to first switch to normal mode. The built-in mapping for exiting terminal insert mode is CTRL-\ CTRL-n, which is difficult to press, so I recommend mapping it to CTRL-o:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants