3d4fe13001
Extract impl Editor blocks into submodules following the filemanager split pattern: - handlers.rs (551 lines): all key handling methods - render.rs (571 lines): render method + rendering helpers - bracket.rs (84 lines): bracket matching free functions mod.rs retains: struct definition, basic impl, open_file, all tests. Pure code-move refactoring — no logic changes. 1022 tests pass, 0 new warnings.