flow/src/buffer
Igor Támara 56ea0138a5 feat: goto_bracket goes to the pair bracket under cursor
Uses simple matching nesting, as a complement to tree-sitter approach.

Flow mode shorcut ctrl+shit+\ ala Code
2025-11-17 18:43:42 +01:00
..
Buffer.zig fix: store redo metadata along with undo metadata and restore it on redo 2025-11-04 15:32:43 +01:00
Cursor.zig feat: add Cursor.within predicate function 2025-11-03 18:29:32 +01:00
Manager.zig fix: always call reload_file when re-openning an hidden non-ephemeral buffer 2025-10-28 16:34:44 +01:00
Selection.zig feat: add Selection.merge and Selection.expand functions 2025-11-03 18:29:51 +01:00
unicode.zig feat: goto_bracket goes to the pair bracket under cursor 2025-11-17 18:43:42 +01:00
View.zig refactor: lots more writergate fixes - first successful build 2025-09-25 22:01:29 +02:00