aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-07-26 17:37:29 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-08-01 14:59:32 +0200
commit9e36ee296ebfa8aed74b440b18634d91859a2069 (patch)
treec4babe2fd313f33ccc4dc615d3506be4e4e8702d /config.def.h
parentd1d5853517685cc9a7968784b9b0c4b505fd7bfa (diff)
downloadvis-9e36ee296ebfa8aed74b440b18634d91859a2069.tar.gz
vis-9e36ee296ebfa8aed74b440b18634d91859a2069.tar.xz
vis: remove ie inner entire text object
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
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) },