Skip to content

Commit 4e90ea4

Browse files
committed
Changed default pastebin key
1 parent 3150f82 commit 4e90ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def loadini(struct, configfile):
4141
struct.hist_file = config.safeget('general', 'hist_file', '~/.pythonhist')
4242
struct.hist_length = config.safeget('general', 'hist_length', 100)
4343
struct.flush_output = config.safeget('general', 'flush_output', True)
44-
struct.pastebin_key = config.safeget('keyboard', 'pastebin', 'C-p')
44+
struct.pastebin_key = config.safeget('keyboard', 'pastebin', 'F8')
4545
struct.save_key = config.safeget('keyboard', 'save', 'C-s')
4646
color_scheme_name = config.safeget('general', 'color_scheme', 'default')
4747

0 commit comments

Comments
 (0)