We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use following code to try to use company like auto-complete.
(define-key company-active-map [tab] 'company-select-next-if-tooltip-visible-or-complete-selection) (define-key company-active-map (kbd "TAB") 'company-select-next-if-tooltip-visible-or-complete-selection)
e.g. when press TAB in tooltip, instead of complete current candidate, it select next candidate.
But, after enable company-box, TAB's behavior change to complete current candidate.
I hope i can use company-box, but without change my previous TAB behavior. (select next candidate)
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use following code to try to use company like auto-complete.
e.g. when press TAB in tooltip, instead of complete current candidate, it select next candidate.
But, after enable company-box, TAB's behavior change to complete current candidate.
What i expected:
I hope i can use company-box, but without change my previous TAB behavior. (select next candidate)
Thank you.
The text was updated successfully, but these errors were encountered: