-
Notifications
You must be signed in to change notification settings - Fork 42
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
How to bring up the "Information Window" consistently? #84
Comments
Given the |
I had a similar issue and I guess that for the leader mappings you have to use |
Off-topic: |
@matze-dd Thanks a lot for pointing to your repo! I have been looking for a parser/filter for LaTeX for a while :) One alternative workflow of spell/grammar checking is to pipe the parsed texts to the clipboard, and feed to the webpages of the other paid services. Shame on all those companies who do not provide an API portal for their paid customers. Will definitely give |
@llinfeng Thanks for the emojis! Hopefully, the filter is useful for you. |
I have copied the following mappings from ReadMe, but they do not perform consistently
At times, when I dismiss the following buffer/QuickFix-Window for Grammarmous, it will never come back however I press
![image](https://user-images.githubusercontent.com/5890407/73313125-5f03c980-41f8-11ea-971c-21e055d7d680.png)
<C-n>
and<C-p>
. In the meantime, the cursor does jump accurately, jumping across the reported errors.Namely, I would like to summon the following view "on-demand". I guess this is called the "Information Window"?
![image](https://user-images.githubusercontent.com/5890407/73313224-9e321a80-41f8-11ea-8bff-7ddc7144318e.png)
In an effort to do so, I tried to map out all the known
<Plug>(xxx)
mappings as the following:However, none of these leader mappings did anything. Through
:Listmaps
, I do see all these<leader>#
mappings have been registered.Please advise how to map things properly, at least to summon the "Information Window".
The text was updated successfully, but these errors were encountered: