Skip to content

Commit cb0a166

Browse files
committed
Document pastebin_helper a bit better
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 329f370 commit cb0a166

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

bpython/sample-config

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

0 commit comments

Comments
 (0)