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, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index e9c055a..655671f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -370,7 +370,7 @@ static KeyBinding vis_marks_set[] = {
};
static KeyBinding vis_mode_normal[] = {
- { { CONTROL('w'), NONE('n') }, winnew, { .s = NULL } },
+ { { CONTROL('w'), NONE('n') }, cmd, { .s = "open" } },
{ { CONTROL('w'), NONE('c') }, cmd, { .s = "q" } },
{ { CONTROL('w'), NONE('s') }, cmd, { .s = "split" } },
{ { CONTROL('w'), NONE('v') }, cmd, { .s = "vsplit" } },