diff options
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 832a975..629400c 100644 --- a/config.def.h +++ b/config.def.h @@ -542,6 +542,7 @@ static KeyBinding vis_mode_insert[] = { { { CONTROL('X'), CONTROL('E') }, wslide, { .i = -1 } }, { { CONTROL('X'), CONTROL('Y') }, wslide, { .i = +1 } }, { { NONE('\t') }, insert_tab, { NULL } }, + { { KEY(END) }, movement, { .i = MOVE_LINE_END } }, { /* empty last element, array terminator */ }, }; |
