| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9f0d073 commit 1f2e808
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -269,10 +269,6 @@ def get_key_no_doublebind(command): | |||
| 269 | 269 | (color_scheme_name, )) | |
| 270 | 270 | sys.exit(1) | |
| 271 | 271 | ||
| 272 | - # checks for valid key configuration this part still sucks | ||
| 273 | - for key in (struct.pastebin_key, struct.save_key): | ||
| 274 | - key_dispatch[key] | ||
| 275 | - | ||
| 276 | 272 | # expand path of history file | |
| 277 | 273 | struct.hist_file = os.path.expanduser(struct.hist_file) | |
| 278 | 274 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -291,13 +291,9 @@ def transpose_character_before_cursor(cursor_offset, line): | |||
| 291 | 291 | def transpose_word_before_cursor(cursor_offset, line): | |
| 292 | 292 | return cursor_offset, line # TODO Not implemented | |
| 293 | 293 | ||
| 294 | - # bonus functions (not part of readline) | ||
| 295 | - | ||
| 296 | - | ||
| 297 | - @edit_keys.on('<Esc+r>') | ||
| 298 | - def delete_line(cursor_offset, line): | ||
| 299 | - return 0, "" | ||
| 294 | + # TODO undo all changes to line: meta-r | ||
| 300 | 295 | ||
| 296 | + # bonus functions (not part of readline) | ||
| 301 | 297 | ||
| 302 | 298 | @edit_keys.on('<Esc+u>') | |
| 303 | 299 | def uppercase_next_word(cursor_offset, line): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments