From ab264837f7c127ba8ff4666f9c4ed94efd485af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 27 Sep 2014 17:52:12 +0200 Subject: Implement '#' --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 87bff1f..ebc9057 100644 --- a/config.def.h +++ b/config.def.h @@ -144,7 +144,8 @@ static KeyBinding vis_movements[] = { { { NONE('H') }, movement, { .i = MOVE_WINDOW_LINE_TOP } }, { { NONE('M') }, movement, { .i = MOVE_WINDOW_LINE_MIDDLE } }, { { NONE('L') }, movement, { .i = MOVE_WINDOW_LINE_BOTTOM } }, - { { NONE('*') }, movement, { .i = MOVE_SEARCH_WORD } }, + { { NONE('*') }, movement, { .i = MOVE_SEARCH_WORD_FORWARD } }, + { { NONE('#') }, movement, { .i = MOVE_SEARCH_WORD_BACKWARD} }, { { NONE('f') }, movement_key, { .i = MOVE_RIGHT_TO } }, { { NONE('F') }, movement_key, { .i = MOVE_LEFT_TO } }, { { NONE('t') }, movement_key, { .i = MOVE_RIGHT_TILL } }, -- cgit v1.2.3