- Fixed: Default movedown bind was set to "insert" and not "ins".

This commit is contained in:
Braden Obrzut 2015-03-23 21:51:33 -04:00
parent 86e1d3ed9a
commit 44f9f2bbd6
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ static const FBinding DefBindings[] =
static const FBinding DefRavenBindings[] =
{
{ "pgup", "+moveup" },
{ "insert", "+movedown" },
{ "ins", "+movedown" },
{ "home", "land" },
{ "pgdn", "+lookup" },
{ "del", "+lookdown" },