diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 044c530..9d491a0 100644 --- a/config.def.h +++ b/config.def.h @@ -486,7 +486,7 @@ static KeyBinding vis_mode_readline[] = { BACKSPACE( call, f, editor_backspace_key ), { { NONE(ESC) }, switchmode, { .i = VIS_MODE_NORMAL } }, { { CONTROL('c') }, switchmode, { .i = VIS_MODE_NORMAL } }, - { { CONTROL('D') }, call, { .f = editor_delete_key } }, + { { CONTROL('D') }, delete , { .i = MOVE_CHAR_NEXT } }, { { CONTROL('W') }, delete, { .i = MOVE_LONGWORD_START_PREV } }, { { CONTROL('U') }, delete, { .i = MOVE_LINE_BEGIN } }, { /* empty last element, array terminator */ }, |
