vim o command
This commit is contained in:
parent
85346632eb
commit
cd00ddb812
1 changed files with 5 additions and 0 deletions
|
|
@ -46,6 +46,11 @@ var vimStates = {
|
|||
key: "i",
|
||||
then: "insertMode"
|
||||
},
|
||||
{
|
||||
key: "o",
|
||||
exec: "gotoright",
|
||||
then: "insertMode"
|
||||
},
|
||||
{
|
||||
regex: [ "([0-9]*)", "(k|up)" ],
|
||||
exec: "golineup",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue