From 44c8e46bc0a94c82dbbf2f13e2897c951f1e3b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 15 Feb 2016 16:05:18 +0100 Subject: Add text object to cover lines with same indentation level By default it is mapped to i and a however there is currently no difference between the inner and regular version. --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index f5957ac..b7a797e 100644 --- a/config.def.h +++ b/config.def.h @@ -123,6 +123,8 @@ static const KeyBinding bindings_textobjects[] = { { "ie", ACTION(TEXT_OBJECT_ENTIRE_INNER) }, { "if", ACTION(TEXT_OBJECT_FUNCTION_INNER) }, { "il", ACTION(TEXT_OBJECT_LINE_INNER) }, + { "i", ACTION(TEXT_OBJECT_INDENTATION) }, + { "a", ACTION(TEXT_OBJECT_INDENTATION) }, { "gn", ACTION(TEXT_OBJECT_SEARCH_FORWARD) }, { "gN", ACTION(TEXT_OBJECT_SEARCH_BACKWARD) }, { 0 /* empty last element, array terminator */ }, -- cgit v1.2.3