Skip to content

Perform lazy update only on delete #423

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Perform lazy update only on delete #423

wants to merge 1 commit into from

Conversation

guoang
Copy link

@guoang guoang commented Mar 20, 2018

In large project, Ctrlp becomes very slow when I press BackSpace.
The ctrlp_lazy_update option performs lazy update on both forward and backward input.
I don't need lazy update on forward input because it's very smooth when I type a file name.
So I add ctrlp_lazy_del option, It performs lazy update only when user delete some characters.

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

Successfully merging this pull request may close these issues.

1 participant