diff options
Diffstat (limited to 'degesch.c')
-rw-r--r-- | degesch.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -507,6 +507,8 @@ input_start (struct input *self, const char *program_name) // No, editline, it's not supposed to kill the entire line el_set (self->editline, EL_BIND, "^W", "ed-delete-prev-word", NULL); + // Just what are you doing? + el_set (self->editline, EL_BIND, "^U", "vi-kill-line-prev", NULL); app_editline_init (self); self->prompt_shown = 1; |