Commit 9ef01e2
feat: skip cursor movement to indentation
When adding new lines, start typing at the indentation level instead of
moving the cursor from column 0. This speeds up playback for deeply
indented code and focuses on content changes rather than formatting.
- Insert lines with indentation pre-filled
- Position cursor at indentation end immediately
- Type only the actual content characters
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f3d7672 commit 9ef01e2
1 file changed
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
671 | | - | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
672 | 676 | | |
673 | 677 | | |
674 | | - | |
| 678 | + | |
675 | 679 | | |
676 | 680 | | |
677 | | - | |
678 | | - | |
| 681 | + | |
| 682 | + | |
679 | 683 | | |
680 | 684 | | |
681 | | - | |
| 685 | + | |
682 | 686 | | |
683 | 687 | | |
684 | 688 | | |
| |||
822 | 826 | | |
823 | 827 | | |
824 | 828 | | |
| 829 | + | |
825 | 830 | | |
826 | 831 | | |
827 | | - | |
| 832 | + | |
828 | 833 | | |
829 | 834 | | |
830 | 835 | | |
| |||
0 commit comments