-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Feature Request: don't steal focus when denite is opened. #630
Comments
You should use |
kinda confused here...how would I do that? I tried something like |
Please use the branch. And:
|
Interesting, it sort of works...except the quickfix window is opened rather than denite's window (seems to be a problem with |
You can close the quickfix window by |
|
It works, thank you! I didn't realize with this One interesting little bug is that specifying Thank you! |
|
I had done |
Problems summary
Given the plethora of plugins that operate asynchronously, there are cases where Denite could be used to handle the result of an asynchronous request. Create an option to launch Denite, but don't change the cursor's current position/focus.
Example: I use Grepper for search, and have configured Grepper to use Denite as its quickfix viewer with
autocmd User Grepper :Denite quickfix
. Since Grepper searches asynchronously, when a search takes several seconds I can continue to work within my current buffer. Once Grepper has collected its search results it launches Denite, and interrupts whatever other task I may be performing in the editor. Ideally I could configure Denite to launch in the background so that I can see the search results, but whatever task I am currently performing is not interrupted.The text was updated successfully, but these errors were encountered: