pre-move config validation
[fishladder.git] / vg / config.h
index d8a9246903c912532a933b6cb51c5e4fb25cf93e..a5938f10a9dbf1a73ad551b4dfa77abba62fbb3e 100644 (file)
@@ -5,7 +5,7 @@ static struct button_binding vg_button_binds[] =
        { .name = "primary", .bind = GLFW_MOUSE_BUTTON_LEFT },
        { .name = "secondary", .bind = GLFW_MOUSE_BUTTON_RIGHT },
        { .name = "noclip",     .bind = GLFW_KEY_V, },
-       { .name = "jump",       .bind = GLFW_KEY_SPACE }
+       { .name = "go",                 .bind = GLFW_KEY_SPACE }
 };
 
 static struct axis_binding vg_axis_binds[] =