File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1212
1313# Display the autocomplete list as you type (default: True).
1414# When this is off, you can hit tab to see the suggestions.
15- auto_display_list = True
15+ # auto_display_list = True
1616
1717# Syntax highlighting as you type (default: True).
1818# syntax = True
@@ -44,7 +44,8 @@ auto_display_list = True
4444# (default: False)
4545# save_append_py = False
4646
47- # The name of a helper executable that should perform pastebin upload on bpython’s behalf.
47+ # The name of a helper executable that should perform pastebin upload on
48+ # bpython’s behalf. If unset, bpython uploads pastes to bpaste.net. (default: )
4849#pastebin_helper = gist.py
4950
5051[keyboard]
@@ -70,8 +71,8 @@ auto_display_list = True
7071# show_source = F2
7172# exit = C-d
7273# external_editor = F7
73- # edit_config = F3
74- #
74+ # edit_config = F3
75+
7576[curtsies]
7677
7778# Allow the the completion and docstring box above the current line
You can’t perform that action at this time.
0 commit comments