diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-08-06 12:54:16 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-08-06 13:45:08 +0200 |
| commit | 73f33b7f6b57e3e6848f159b5f9a543326548116 (patch) | |
| tree | ef9018fa224272cf5b781cd36501e84fff9ebabd /config.def.h | |
| parent | bb1ca1631def9be20da34af66b11c48daab09313 (diff) | |
| download | vis-73f33b7f6b57e3e6848f159b5f9a543326548116.tar.gz vis-73f33b7f6b57e3e6848f159b5f9a543326548116.tar.xz | |
vis: implement gv to restore last 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 b8c7e7d..5da2ec3 100644 --- a/config.def.h +++ b/config.def.h @@ -433,6 +433,7 @@ static KeyBinding vis_mode_normal[] = { { { NONE('z'), NONE('b') }, window, { .w = view_redraw_bottom } }, { { NONE('q') }, macro_record, { NULL } }, { { NONE('@') }, macro_replay, { NULL } }, + { { NONE('g'), NONE('v') }, selection_restore, { NULL } }, { /* empty last element, array terminator */ }, }; |
