FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

remove duplicate keybind commands · bassdeveloper/bpython@9f0d073 · GitHub

Commit 9f0d073

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

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

‎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)

Back | FazBrowse Home | New Git URL