From 9e36ee296ebfa8aed74b440b18634d91859a2069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 26 Jul 2020 17:37:29 +0200 Subject: vis: remove ie inner entire text object --- 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 b851cf6..db3517a 100644 --- a/config.def.h +++ b/config.def.h @@ -118,7 +118,6 @@ static const KeyBinding bindings_textobjects[] = { { "i}", ALIAS("i{") }, { "ib", ALIAS("i(") }, { "iB", ALIAS("i{") }, - { "ie", ACTION(TEXT_OBJECT_ENTIRE_INNER) }, { "il", ACTION(TEXT_OBJECT_LINE_INNER) }, { "ip", ACTION(TEXT_OBJECT_PARAGRAPH) }, { "is", ACTION(TEXT_OBJECT_SENTENCE) }, -- cgit v1.2.3