Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
40 lines (30 loc) · 1.18 KB

File metadata and controls

40 lines (30 loc) · 1.18 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
# This is a standard python config file
# Valid values can be True, False, integer numbers, strings
# By default bpython will look for $XDG_CONFIG_HOME/bpython/config
# ($XDG_CONFIG_HOME defaults to ~/.config) or you can specify a file with the
# --config option on the command line
# General section tag
[general]
# Display the autocomplete list as you type (default: True).
# When this is off, you can hit tab to see the suggestions.
auto_display_list = True
# Syntax highlighting as you type (default: True).
syntax = True
# Display the arg spec (list of arguments) for callables,
# when possible (default: True).
arg_spec = True
# History file (default: ~/.pythonhist):
hist_file = ~/.pythonhist
# Number of lines to store in history (set to 0 to disable) (default: 100):
hist_length = 100
# Soft tab size (default: 4, see pep-8):
tab_length = 4
# Color schemes should be put in $XDG_CONFIG_HOME/bpython/ e.g. to use the theme
# $XDG_CONFIG_HOME/bpython/foo.theme set color_scheme = foo. Leave blank or set
# to "default" to use the default theme
color_scheme = default
# External editor to use for editing the current line, block, or full history
editor = vi
[keyboard]
pastebin = F8
save = C-s
Morty Proxy This is a proxified and sanitized view of the page, visit original site.