You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2020. It is now read-only.
Currently Lin shows not only the full match of a key but everything that matches even partially. I use keys like "AP1", "AP343" etc. (have more than 500 already). That means when I have a line with the key "AP1" I get matches for all entries that start with "AP1", regardless where the mouse cursor is (e.g. "AP10", "AP11", AP112" etc.). This is just a waste of bandwidth and space. It would be useful when shown while the key is being typed, but not if I just want to see what the key is by setting the caret anywhere on that line.
So my wish is to do partial matching only when typing the key and otherwise full matching.