We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3150f82 commit 4e90ea4Copy full SHA for 4e90ea4
bpython/config.py
@@ -41,7 +41,7 @@ def loadini(struct, configfile):
41
struct.hist_file = config.safeget('general', 'hist_file', '~/.pythonhist')
42
struct.hist_length = config.safeget('general', 'hist_length', 100)
43
struct.flush_output = config.safeget('general', 'flush_output', True)
44
- struct.pastebin_key = config.safeget('keyboard', 'pastebin', 'C-p')
+ struct.pastebin_key = config.safeget('keyboard', 'pastebin', 'F8')
45
struct.save_key = config.safeget('keyboard', 'save', 'C-s')
46
color_scheme_name = config.safeget('general', 'color_scheme', 'default')
47
0 commit comments