-
-
Notifications
You must be signed in to change notification settings - Fork 252
Expand file tree
/
Copy pathbpython.ini.5
More file actions
69 lines (61 loc) · 1.62 KB
/
bpython.ini.5
File metadata and controls
69 lines (61 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH BPYTHON.INI 5 "August 13, 2008"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
bpython.ini \- user configuration file for bpython
.SH SYNOPSIS
.B ~/.bpython.ini
.SH DESCRIPTION
The
.B bpython.ini
contains various options controlling the behaviour of
.B bpython
.
Boolean values are
.B True, False
The various options are:
.B auto_display_list
.BI boolean
(default: True)
.RS
Display the autocomplete list as you type. When this is off, you can hit tab to see the suggestions.
.RE
.B syntax
.BI boolean
(default: True)
.RS
Syntax highlighting as you type.
.RE
.B arg_spec
.BI boolean
(default: True)
.RS
Display the arg spec (list of arguments) for callables, when possible.
.RE
.B tab_length
.BI integer
(default: 4)
.RS
The number of spaces a soft tab equals.
.RE
.SH SEE ALSO
.BR bpython (1).
.SH AUTHOR
bpython was written by Robert Anthony Farrell <robertanthonyfarrel@gmail.com>.
.PP
This manual page was written by Jørgen Pedersen Tjernø <jorgen@devsoft.no>,
for the Debian project (but may be used by others).