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 12
12
13
13
# Display the autocomplete list as you type (default: True).
14
14
# When this is off, you can hit tab to see the suggestions.
15
- auto_display_list = True
15
+ # auto_display_list = True
16
16
17
17
# Syntax highlighting as you type (default: True).
18
18
# syntax = True
@@ -44,7 +44,8 @@ auto_display_list = True
44
44
# (default: False)
45
45
# save_append_py = False
46
46
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: )
48
49
#pastebin_helper = gist.py
49
50
50
51
[keyboard]
@@ -70,8 +71,8 @@ auto_display_list = True
70
71
# show_source = F2
71
72
# exit = C-d
72
73
# external_editor = F7
73
- # edit_config = F3
74
- #
74
+ # edit_config = F3
75
+
75
76
[curtsies]
76
77
77
78
# Allow the the completion and docstring box above the current line
You can’t perform that action at this time.
0 commit comments