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

how to shut down auto-complete #23

Closed
0226zy opened this issue Apr 1, 2019 · 2 comments
Closed

how to shut down auto-complete #23

0226zy opened this issue Apr 1, 2019 · 2 comments
Labels
question Question / Mis-usage

Comments

@0226zy
Copy link

0226zy commented Apr 1, 2019

[Describe your queation or problem here. If sample terminal contents are available, you may copy and paste them here.]
hi,how to shut down auto-complete

@akinomyoga
Copy link
Owner

akinomyoga commented Apr 1, 2019

Hi! Thank you for a report.

  • If you want to stop the current auto-complete suggestion, please type C-g.
  • If you don't want auto-complete at all, you can put the following setting in your ~/.blerc and auto-complete will never be invoked.
    # ~/.blerc
    
    bleopt complete_auto_complete=
  • Or, maybe you want to set a delay of auto-complete after the last user input as follows:
    # ~/.blerc
    
    bleopt complete_auto_delay=300 # Note: the unit is millisecond

@akinomyoga akinomyoga added the question Question / Mis-usage label Apr 1, 2019
@0226zy
Copy link
Author

0226zy commented Apr 2, 2019

Thanks, it work. cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question / Mis-usage
Projects
None yet
Development

No branches or pull requests

2 participants