Skip to content
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

why when i press tab it's more fast to scroll items by arrow keys, than by TAB ? #20

Closed
RusAlex opened this issue Jun 8, 2011 · 1 comment

Comments

@RusAlex
Copy link

RusAlex commented Jun 8, 2011

?

@ervandew
Copy link
Owner

ervandew commented Jun 8, 2011

How much slower is using tab than the arrow keys?
Is this true across the board for you or only when there are a lot of completion results?
Is this a problem for all types of completion (keyword, omni, etc) or just some?
Do you have other plugins mapped to the tab key as well (:verbose imap <tab>)?
What OS are you on?
What version of vim are you using?

The arrow keys will always be potentially faster than using tab since the arrow keys bypass any vim script while the tab key has to run through supertab and potentially one or more other plugins. That being said, I can't perceive any difference in speed on my box (arch linux, vim 7.3.177).

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