diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 1d2b0f9..ee6d4ae 100644 --- a/config.def.h +++ b/config.def.h @@ -390,8 +390,9 @@ static KeyBinding vis_mode_normal[] = { { { CONTROL('w'), CONTROL('j') }, call, { .f = editor_window_next } }, { { CONTROL('w'), CONTROL('l') }, call, { .f = editor_window_next } }, { { CONTROL('w'), CONTROL('k') }, call, { .f = editor_window_prev } }, - { { CONTROL('w'), CONTROL('h') }, call, { .f = editor_window_prev } }, { { CONTROL('w'), CONTROL('w') }, call, { .f = editor_window_next } }, + { { CONTROL('w'), CONTROL('h') }, call, { .f = editor_window_prev } }, + { { CONTROL('w'), KEY(BACKSPACE) }, call, { .f = editor_window_prev } }, { { CONTROL('B') }, wscroll, { .i = -PAGE } }, { { CONTROL('F') }, wscroll, { .i = +PAGE } }, { { CONTROL('U') }, wscroll, { .i = -PAGE_HALF } }, |
