diff --git a/src/c_bind.cpp b/src/c_bind.cpp index 66ed14ca5..1a62469bc 100644 --- a/src/c_bind.cpp +++ b/src/c_bind.cpp @@ -130,7 +130,7 @@ static const FBinding DefBindings[] = static const FBinding DefRavenBindings[] = { { "pgup", "+moveup" }, - { "insert", "+movedown" }, + { "ins", "+movedown" }, { "home", "land" }, { "pgdn", "+lookup" }, { "del", "+lookdown" },