From d941d9cbc8891c745c11edfd6211c3bb69626991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 21 Apr 2015 08:52:49 +0200 Subject: Implement ';' and ',' This fixes #45 --- 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 e91eddd..bb7d86e 100644 --- a/config.def.h +++ b/config.def.h @@ -142,6 +142,8 @@ static KeyBinding vis_movements[] = { { { NONE('F') }, movement_key, { .i = MOVE_LEFT_TO } }, { { NONE('t') }, movement_key, { .i = MOVE_RIGHT_TILL } }, { { NONE('T') }, movement_key, { .i = MOVE_LEFT_TILL } }, + { { NONE(';') }, totill_repeat, { NULL } }, + { { NONE(',') }, totill_reverse,{ NULL } }, { { NONE('/') }, prompt_search,{ .s = "/" } }, { { NONE('?') }, prompt_search,{ .s = "?" } }, { /* empty last element, array terminator */ }, -- cgit v1.2.3