aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
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 */ },
};