Skip to content

Commit 9f0d073

Browse files
remove duplicate keybind commands
1 parent 76892ca commit 9f0d073

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bpython/config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ def get_key_no_doublebind(command):
205205
struct.end_of_line_key = get_key_no_doublebind('end_of_line')
206206
struct.beginning_of_line_key = get_key_no_doublebind('beginning_of_line')
207207
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')
210208
struct.exit_key = get_key_no_doublebind('exit')
211209
struct.last_output_key = get_key_no_doublebind('last_output')
212210
struct.edit_config_key = get_key_no_doublebind('edit_config')

0 commit comments

Comments
 (0)