diff options
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index f07369f..a9c3456 100644 --- a/config.def.h +++ b/config.def.h @@ -394,6 +394,8 @@ static KeyBinding vis_mode_normal[] = { { { CONTROL('R') }, redo, { NULL } }, { { CONTROL('L') }, call, { .f = editor_draw } }, { { NONE(':') }, prompt, { .s = ":" } }, + { { NONE('Z'), NONE('Z') }, cmd, { .s = "wq" } }, + { { NONE('Z'), NONE('Q') }, cmd, { .s = "q!" } }, { /* empty last element, array terminator */ }, }; |
