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 7e4d637..a2a4b04 100644
--- a/config.def.h
+++ b/config.def.h
@@ -213,6 +213,7 @@ static KeyBinding vis_mode_normal[] = {
{ "<C-w>v", ALIAS(":vsplit<Enter>") },
{ "<C-w>j", ACTION(WINDOW_NEXT) },
{ "<C-w>l", ALIAS("<C-w>j") },
+ { "<C-w>w", ALIAS("<C-w>j") },
{ "<C-w><C-w>", ALIAS("<C-w>j") },
{ "<C-w><C-j>", ALIAS("<C-w>j") },
{ "<C-w><C-l>", ALIAS("<C-w>j") },