# See http://docs.bpython-interpreter.org/configuration.html
# for all configurable options

[general]
# Custom monokai-like theme
color_scheme = monokai

# Allow two blank lines before automatic dedent
dedent_after = 2

# External editor to use for editing the current line, block, or full history
editor = vim

# Store history in an xdg dir instead of ~
# Environment variables don't seem to work
hist_file = ~/.local/share/bpython/history


[keyboard]
# Meta-backspace == clear word
clear_word = C-M-h


[curtsies]
# Fish-like completion
right_arrow_completion = True
