CJ van den Berg neurocyte
neurocyte pushed to master at neurocyte/flow 2025-06-02 12:46:51 +00:00
947e55e0c6 fix: word/line wise dragging should keep the original word/line selected
neurocyte pushed to master at neurocyte/flow 2025-05-28 10:15:45 +00:00
e6e5a2f94e fix: remove prefix from paths in ripgrep results
neurocyte pushed to master at neurocyte/cbor 2025-05-28 09:18:07 +00:00
8d184c5981 docs: add deepwiki badge to readme
neurocyte pushed to master at neurocyte/thespian 2025-05-28 09:16:38 +00:00
22bd2c3521 docs: add deepwiki badge to readme
neurocyte pushed to master at neurocyte/flow 2025-05-28 09:12:36 +00:00
2de25671d6 docs: add deepwiki badge to readme
neurocyte pushed to master at neurocyte/flow 2025-05-27 19:57:12 +00:00
17be71042b feat(completion): store received completions in a buffer
bb71a43233 refactor: default initialize editor list members with .empty
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-05-27 19:46:17 +00:00
1258d76986 refactor: convert local ArrayList to ArrayListUnmanaged in editor
b1cb25d335 refactor: convert editor.find_history to an ArrayListUnmanaged
bbdb1c445f refactor: convert editor.filter.whole_file to an ArrayListUnmanaged
9023109b21 refactor: convert Buffer.MetaWriter to an ArrayListUnmanaged
39a57e457d refactor: convert CurSel.List to an ArrayListUnmanaged
Compare 7 commits »
neurocyte pushed to master at neurocyte/flow-website 2025-05-27 16:40:24 +00:00
12eb97db46 feat: add simple deploy script
neurocyte pushed to master at neurocyte/flow-website 2025-05-27 16:37:12 +00:00
22d097a606 fix: recommend --release=fast builds
157fbd6581 feat: add note about using installer to update flow
cc49ecbaba feat: list all keybinding modes in the features list
50859b52f2 feat: add nav bar deepwiki link and clean-up a little
Compare 4 commits »
neurocyte pushed to master at neurocyte/flow 2025-05-26 20:49:23 +00:00
8934bf5cd0 feat(completion): forward completion entries to current editor
neurocyte pushed to master at neurocyte/flow 2025-05-26 13:46:03 +00:00
f59125f74a feat: add home/end keybindings to palette
neurocyte pushed to master at neurocyte/flow 2025-05-26 10:00:41 +00:00
4c759b14f3 feat: add flow mode keybind to insert full iso date and time
neurocyte pushed to master at neurocyte/flow-website 2025-05-26 09:59:54 +00:00
d16a5a40ef devlog: base16 theme collection
neurocyte pushed to master at neurocyte/flow 2025-05-26 09:51:12 +00:00
acce51583d fix: use iso date format for default date instert keybind
neurocyte pushed to master at neurocyte/flow 2025-05-25 21:55:15 +00:00
3d2ac5b260 feat: update flow-themes to add base16 theme collection
227dd3d068 build: update to zig 0.14.1
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-05-23 09:12:51 +00:00
3c233a8dbf feat: add vim mode command to reload_file (:e!)
a8758eeec1 feat: add flow mode keybinding to reload_file
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-05-22 09:57:09 +00:00
a76c1f4909 fix: workaround broken dir.statFile on WSL1
neurocyte pushed to master at neurocyte/flow 2025-05-20 12:50:59 +00:00
2412dd36e6 build(nightly): use ReleaseFast for release builds and ReleaseSafe for debug builds
neurocyte pushed to master at neurocyte/flow 2025-05-15 19:15:15 +00:00
73e026c6f7 feat: add initial basic visual block vim mode
neurocyte pushed to master at neurocyte/flow 2025-05-15 14:59:38 +00:00
2cced4fbff feat: add support for binding '<' and '>' in vim mode