We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda8875 commit 4faca97Copy full SHA for 4faca97
prompt_toolkit/key_binding/bindings/auto_suggest.py
@@ -29,6 +29,7 @@ def load_auto_suggest_bindings():
29
def suggestion_available():
30
app = get_app()
31
return (app.current_buffer.suggestion is not None and
32
+ app.current_buffer.suggestion.text and
33
app.current_buffer.document.is_cursor_at_the_end)
34
35
@handle('c-f', filter=suggestion_available)
0 commit comments