foo {
^ 0
}
bar
^ 1
- .edit.newLine.below
foo {
^ 0
}
bar
^ 1
- .edit.newLine.below { shift: "select" }
foo {
··
| 0
}
bar
| 1
- .edit.newLine.below { count: 2 }
foo {
^ 0
}
bar
^ 1
- .edit.newLine.below { shift: "select", count: 2 }
foo {
··
| 1
··
| 0
}
bar
| 3
| 2
- .edit.newLine.above
foo {
^ 0
}
bar
^ 1
- .edit.newLine.above { shift: "select" }
| 0
foo {
}
| 1
bar
- .edit.newLine.above { count: 2 }
foo {
^ 0
}
bar
^ 1
- .edit.newLine.above { shift: "select", count: 2 }
| 1
| 0
foo {
}
| 3
| 2
bar