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

readline: show completions only after 2nd TAB #7754

Closed
wants to merge 2 commits into from

Commits on Aug 2, 2016

  1. readline: show completions only after 2nd TAB

    Show `TAB` completion suggestions only after the user has pressed `TAB`
    twice in a row, so that the full list of suggestions doesn’t present
    a distraction. The first time a `TAB` key is pressed, only partial
    longest-common-prefix completion is performed.
    
    This moves the `readline` autocompletion a lot closer to what e.g.
    `bash` does.
    
    Fixes: nodejs#7665
    addaleax committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    dca1f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ea8fb5 View commit details
    Browse the repository at this point in the history