Skip to content

Commit 7d7e600

Browse files
committed
Document new options
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 5800e38 commit 7d7e600

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/sphinx/source/configuration-options.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,14 @@ Brings up sincerely cheerful description of bpython features and current key bin
308308

309309
.. versionadded:: 0.14
310310

311+
incremental_search
312+
^^^^^^^^^^^^^^^^^^^^^^^^^^
313+
Default: M-s
314+
315+
Perform incremental search on all stored lines in the history.
316+
317+
.. versionadded:: 0.15
318+
311319
last_output
312320
^^^^^^^^^^^
313321
Default: F9
@@ -334,6 +342,14 @@ Reruns entire session, reloading all modules by clearing the sys.modules cache.
334342

335343
.. versionadded:: 0.14
336344

345+
reverse_incremental_search
346+
^^^^^^^^^^^^^^^^^^^^^^^^^^
347+
Default: M-r
348+
349+
Perform reverse incremental search on all stored lines in the history.
350+
351+
.. versionadded:: 0.15
352+
337353
right
338354
^^^^^
339355
Default: C-f

0 commit comments

Comments
 (0)