vim o command

This commit is contained in:
misfo 2011-06-01 20:46:01 -05:00
commit cd00ddb812

View file

@ -46,6 +46,11 @@ var vimStates = {
key: "i",
then: "insertMode"
},
{
key: "o",
exec: "gotoright",
then: "insertMode"
},
{
regex: [ "([0-9]*)", "(k|up)" ],
exec: "golineup",