behavior <- character
abc def
^ 0
- .modes.insert.before
abc def
| 0
- .modes.set.normal
abc def
^ 0
- .modes.insert.after
abc def
| 0
It would be nice to test the restore
version too, but right now this does not
work in tests because tests don't work too well with saved selections.
behavior <- character
abc
def
^ 0
ghi
- .edit.newLine.below.insert
abc
def
| 0
ghi
It would be nice to test the restore
version too, but right now this does not
work in tests because tests don't work too well with saved selections.
- .edit.newLine.above.insert
abc
| 0
def
ghi
It would be nice to test the restore
version too, but right now this does not
work in tests because tests don't work too well with saved selections.