From 892596f8affa5451ab0839ef57b9cb7bf0e6d037 Mon Sep 17 00:00:00 2001 From: Marcel Rodrigues Date: Tue, 24 Mar 2015 16:18:22 -0300 Subject: Implement 'o' in visual mode: go to other end of selection. --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index a0876be..88b6a67 100644 --- a/config.def.h +++ b/config.def.h @@ -447,6 +447,7 @@ static KeyBinding vis_mode_visual[] = { { { NONE('r') }, operator, { .i = OP_CHANGE } }, { { NONE('s') }, operator, { .i = OP_CHANGE } }, { { NONE('J') }, operator, { .i = OP_JOIN } }, + { { NONE('o') }, selection_end, { NULL } }, { /* empty last element, array terminator */ }, }; -- cgit v1.2.3