Skip to content

Whether the quickfix window can be closed automatically after the bookmark can be located #179

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

Open
hantaotaohan opened this issue Dec 10, 2020 · 3 comments

Comments

@hantaotaohan
Copy link

Whether the quickfix window can be closed automatically after the bookmark can be located

@kshenoy
Copy link
Owner

kshenoy commented Dec 10, 2020

There is currently no support for this as this is not the default behavior of vim

@hantaotaohan
Copy link
Author

There is currently no support for this as this is not the default behavior of vim

autocmd FileType qf nnoremap :lclose
autocmd FileType qf nnoremap ma :lclose

I tested the feasibility myself

or
FileType > bufname = Quickfix

But I don't know if my code will have other effects

@kshenoy
Copy link
Owner

kshenoy commented Dec 22, 2020

Let me clarify what I meant. I didn't mean to say that it cannot be done; it certainly is possible as you've shown yourself. What I meant to say was that vim-signature does not do this as that is not how vim behaves by default.

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