aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 655671f..db41216 100644
--- a/config.def.h
+++ b/config.def.h
@@ -384,6 +384,8 @@ static KeyBinding vis_mode_normal[] = {
{ { CONTROL('Y') }, wslide, { .i = +1 } },
{ { CONTROL('O') }, jumplist, { .i = -1 } },
{ { CONTROL('I') }, jumplist, { .i = +1 } },
+ { { NONE('g'), NONE(';') }, changelist, { .i = -1 } },
+ { { NONE('g'), NONE(',') }, changelist, { .i = +1 } },
{ { NONE('a') }, insertmode, { .i = MOVE_CHAR_NEXT } },
{ { NONE('A') }, insertmode, { .i = MOVE_LINE_END } },
{ { NONE('C') }, change, { .i = MOVE_LINE_END } },