@@ -19,6 +19,8 @@ There are three modes for autocomplete. simple, substring, and fuzzy. Simple
1919matches methods with a common prefix, substring matches methods with a common
2020subsequence, and fuzzy matches methods with common characters (default: simple).
2121
22+ As of version 0.14 this option has no effect, but is reserved for later use.
23+
2224.. versionadded :: 0.12
2325
2426.. _configuration_color_scheme :
@@ -43,17 +45,19 @@ If set to 0, automatic dedenting never occurs.
4345
4446editor
4547^^^^^^
46- Editor for externally editing the current line.
48+ Editor for externally editing the current line, session, or config file .
4749
4850.. versionadded :: 0.13
4951
5052flush_output
5153^^^^^^^^^^^^
5254Whether to flush all output to stdout on exit (default: True).
5355
56+ Only relevant to bpython-curses and bpython-urwid.
57+
5458highlight_show_source
5559^^^^^^^^^^^^^^^^^^^^^
56- Whether the source code of an object should be highlighted (default: True).
60+ Whether the source code of an object should be syntax highlighted (default: True).
5761
5862hist_duplicates
5963^^^^^^^^^^^^^^^
@@ -69,7 +73,7 @@ Number of lines to store in history (set to 0 to disable) (default: 100).
6973
7074paste_time
7175^^^^^^^^^^
72- The time between lines before pastemode is activated in seconds (default: 0.02).
76+ The time between keypresses before pastemode is deactivated in bpython-curses (default: 0.02).
7377
7478pastebin_confirm
7579^^^^^^^^^^^^^^^^
@@ -195,7 +199,7 @@ telling you the key does not exist in bpython.keys.
195199
196200Valid keys are:
197201
198- * Control + any alphanumeric character (C-a through A -z, also a few others).
202+ * Control + any alphanumeric character (C-a through C -z, also a few others).
199203* Any function key ranging from F1 to F12.
200204
201205backspace
@@ -236,7 +240,7 @@ copy_clipboard
236240^^^^^^^^^^^^^^
237241Default: F10
238242
239- Copy to clipboard.
243+ Copy the entire session to clipboard.
240244
241245.. versionadded :: 0.14
242246
@@ -292,7 +296,7 @@ external_editor
292296^^^^^^^^^^^^^^^
293297Default: F7
294298
295- Edit current line in an external editor.
299+ Edit the entire session in an external editor.
296300
297301.. versionadded :: 0.13
298302
@@ -308,7 +312,7 @@ last_output
308312^^^^^^^^^^^
309313Default: F9
310314
311- Shows the last output in the systems $PAGER.
315+ Shows the last output in the systems $PAGER. Only works in bpython-curses.
312316
313317left
314318^^^^
0 commit comments