blob: 85b985d31c30329ec7e0737c89d4fff2e462c635 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Run this transcript with "python decorator_example.py -t exampleSession.txt"
# Anything between two forward slashes, /, is interpreted as a regular expression (regex).
# The regex for editor will match whatever program you use.
# regexes on prompts just make the trailing space obvious
(Cmd) set
allow_style: '/(Terminal|Always|Never)/'
debug: False
echo: False
editor: /.*?/
feedback_to_output: False
max_completion_items: 50
maxrepeats: 3
quiet: False
timing: False
|