We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76892ca commit 9f0d073Copy full SHA for 9f0d073
bpython/config.py
@@ -205,8 +205,6 @@ def get_key_no_doublebind(command):
205
struct.end_of_line_key = get_key_no_doublebind('end_of_line')
206
struct.beginning_of_line_key = get_key_no_doublebind('beginning_of_line')
207
struct.transpose_chars_key = get_key_no_doublebind('transpose_chars')
208
- struct.clear_line_key = get_key_no_doublebind('clear_line')
209
- struct.clear_screen_key = get_key_no_doublebind('clear_screen')
210
struct.exit_key = get_key_no_doublebind('exit')
211
struct.last_output_key = get_key_no_doublebind('last_output')
212
struct.edit_config_key = get_key_no_doublebind('edit_config')
0 commit comments