feat(editor): add vim fold commands, status line, and comprehensive tests
- Implement vim-style fold commands (za, zc, zo, zM, zR)
- Add folditall-style folding algorithm for markdown headers
- Add vim-style status line showing mode and cursor position
- Remove vim checkbox from toolbar (use :set vim in status line)
- Add comprehensive automated tests for folding behavior
- Use localStorage for vim mode persistence
Co-authored-by: codemirror-editor-2380 agent