There was an error while loading. Please reload this page.
1 parent 4f6ee14 commit 117eaffCopy full SHA for 117eaff
prompt_toolkit/key_binding/bindings/completion.py
@@ -33,7 +33,7 @@ def second_tab():
33
second_tab()
34
else:
35
event.cli.start_completion(insert_common_part=True,
36
- select_first=True)
+ select_first=False)
37
38
39
def display_completions_like_readline(event):
0 commit comments