From f7e4a00d933afdc434111b308f0ab3e3e5f4511c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 19 Jan 2017 10:20:50 +0100 Subject: vis: remove mapping in insert mode This was never really implemented properly and is not really needed anyway. Close #345 --- main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index e6dc036..7926c4d 100644 --- a/main.c +++ b/main.c @@ -196,7 +196,6 @@ enum { VIS_ACTION_MODE_VISUAL_LINE, VIS_ACTION_MODE_INSERT, VIS_ACTION_MODE_REPLACE, - VIS_ACTION_MODE_OPERATOR_PENDING, VIS_ACTION_DELETE_CHAR_PREV, VIS_ACTION_DELETE_CHAR_NEXT, VIS_ACTION_DELETE_LINE_BEGIN, @@ -626,11 +625,6 @@ static const KeyAction vis_action[] = { "Enter replace mode", replacemode, { .i = VIS_MOVE_NOP } }, - [VIS_ACTION_MODE_OPERATOR_PENDING] = { - "vis-mode-operator-pending", - "Enter to operator pending mode", - switchmode, { .i = VIS_MODE_OPERATOR_PENDING } - }, [VIS_ACTION_DELETE_CHAR_PREV] = { "delete-char-prev", "Delete the previous character", -- cgit v1.2.3