aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 2d4515f..04274e2 100644
--- a/config.def.h
+++ b/config.def.h
@@ -426,6 +426,7 @@ static KeyBinding vis_mode_normal[] = {
static KeyBinding vis_mode_visual[] = {
BACKSPACE( operator, i, OP_DELETE ),
+ { { KEY(DC) }, operator, { .i = OP_DELETE } },
{ { NONE(ESC) }, switchmode, { .i = VIS_MODE_NORMAL } },
{ { CONTROL('c') }, switchmode, { .i = VIS_MODE_NORMAL } },
{ { NONE('v') }, switchmode, { .i = VIS_MODE_NORMAL } },