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

Commit 4e90ea4

Browse filesBrowse files
committed
Changed default pastebin key
1 parent 3150f82 commit 4e90ea4
Copy full SHA for 4e90ea4

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎bpython/config.py‎

Copy file name to clipboardExpand all lines: bpython/config.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.