bpython.ini(5)
NAME
bpython.ini - user configuration file for bpython
SYNOPSIS
~/.bpython.ini
DESCRIPTION
- The bpython.ini contains various options controlling the behaviour of
bpython
- .
- Boolean values are True, False
- The various options are:
- auto_display_list boolean (default: True)
- Display the autocomplete list as you type. When this is off, you can hit tab to see the suggestions.
- syntax boolean (default: True)
- Syntax highlighting as you type.
- arg_spec boolean (default: True)
- Display the arg spec (list of arguments) for callables, when possible.
- tab_length integer (default: 4)
- The number of spaces a soft tab equals.
SEE ALSO
AUTHOR
bpython was written by Robert Anthony Farrell <robertanthonyfarrel@gmail.com>.
- This manual page was written by Jrgen Pedersen Tjern <jorgen@devsoft.no>, for the Debian project (but may be used by others).