diff options
| author | Marcel Rodrigues <marcelgmr@gmail.com> | 2015-03-24 16:18:22 -0300 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-03-24 21:37:29 +0100 |
| commit | 892596f8affa5451ab0839ef57b9cb7bf0e6d037 (patch) | |
| tree | fa51bda54a2e64cc754300f0ef4c3a0f673b7dfd /config.def.h | |
| parent | 426fd946bb609b787e828a89546ba9961b9b864d (diff) | |
| download | vis-892596f8affa5451ab0839ef57b9cb7bf0e6d037.tar.gz vis-892596f8affa5451ab0839ef57b9cb7bf0e6d037.tar.xz | |
Implement 'o' in visual mode: go to other end of selection.
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ }, }; |
