Initial state:
- [ ] foo
- [ ] bar
- [ ] baz
- Select whole line with baz by triple-clicking mouse (or ctrl-shift-home). Cut.
- Goal: paste the line between the 2 remaining. Navigate cursor to end of line foo, insert new line.
- Paste. Result:
- [ ] foo
- [ ] - [ ] baz
- [ ] bar
Expected:
- [ ] foo
- [ ] baz
- [ ] bar
Yes, lines can be reordered with keyboard shortcuts, but when the list is thousands of lines long, it is more time-consuming. Yes, pressing enter twice is a valid workaround.
This should also apply to non-checkbox lists.