We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27356e9 commit 04081aaCopy full SHA for 04081aa
doc/sphinx/source/configuration-options.rst
@@ -136,6 +136,12 @@ Whether to append ``.py`` to the filename while saving the input to a file.
136
137
.. versionadded:: 0.13
138
139
+editor
140
+^^^^^^
141
+Editor for externally editing the current line.
142
+
143
+.. versionadded:: 0.13
144
145
Keyboard
146
--------
147
This section refers to the ``[keyboard]`` section in your
@@ -233,6 +239,14 @@ Default: C-d
233
239
234
240
Exits bpython (use on empty line)
235
241
242
+external_editor
243
+^^^^^^^^^^^^^^^
244
+Default: F7
245
246
+Edit current line in an external editor.
247
248
+.. versionedadded:: 0.13
249
236
250
CLI
237
251
---
238
252
This refers to the ``[cli]`` section in your config file.
0 commit comments