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 --- config.def.h | 1 - 1 file changed, 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 375f2fd..04643d1 100644 --- a/config.def.h +++ b/config.def.h @@ -330,7 +330,6 @@ static const KeyBinding bindings_insert[] = { { "", ACTION(COMPLETE_WORD) }, { "", ACTION(COMPLETE_FILENAME) }, { "", ALIAS("") }, - { "", ACTION(MODE_OPERATOR_PENDING) }, { "", ACTION(INSERT_REGISTER) }, { "", ALIAS(">>i") }, { "", ACTION(WINDOW_SLIDE_UP) }, -- cgit v1.2.3