Skip to content

Commit 04081aa

Browse files
committed
Document editor and external_editor
1 parent 27356e9 commit 04081aa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/sphinx/source/configuration-options.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ Whether to append ``.py`` to the filename while saving the input to a file.
136136

137137
.. versionadded:: 0.13
138138

139+
editor
140+
^^^^^^
141+
Editor for externally editing the current line.
142+
143+
.. versionadded:: 0.13
144+
139145
Keyboard
140146
--------
141147
This section refers to the ``[keyboard]`` section in your
@@ -233,6 +239,14 @@ Default: C-d
233239

234240
Exits bpython (use on empty line)
235241

242+
external_editor
243+
^^^^^^^^^^^^^^^
244+
Default: F7
245+
246+
Edit current line in an external editor.
247+
248+
.. versionedadded:: 0.13
249+
236250
CLI
237251
---
238252
This refers to the ``[cli]`` section in your config file.

0 commit comments

Comments
 (0)