• Joined on 2026-07-02
syedm pushed to experimental at syedm/bed 2026-08-30 19:18:37 +01:00
81bb65b7cf Add clipboard buffer.
syedm pushed to experimental at syedm/bed 2026-08-30 17:02:46 +01:00
49bf5a2e2d Make substitutions work and other minor fixes.
syedm pushed to experimental at syedm/bed 2026-08-30 14:56:14 +01:00
41049b1ab6 Make % address work with @ mode
syedm pushed to experimental at syedm/bed 2026-08-30 14:38:54 +01:00
4a87a1a834 Fix incorrect start of range.
syedm pushed to experimental at syedm/bed 2026-08-30 14:36:41 +01:00
44e58b3041 Fix off by one error.
syedm pushed to experimental at syedm/bed 2026-08-30 14:33:48 +01:00
7a18aa0db2 Add text mode handling.
syedm pushed to experimental at syedm/bed 2026-08-30 13:08:53 +01:00
87d9148b82 Fix segv on uninitialized command fields.
syedm pushed to experimental at syedm/bed 2026-08-30 12:54:44 +01:00
e19a8e6bba Fix compile issue (due to incorrect include)
afa60dd12f Fixes.
Compare 2 commits »
syedm pushed to experimental at syedm/bed 2026-08-29 22:30:08 +01:00
b8eac7b2da Major updates:
syedm pushed to experimental at syedm/bed 2026-08-23 16:01:37 +01:00
d7278251ec Update trie to return better results for search.
syedm pushed to experimental at syedm/bed 2026-08-23 13:16:41 +01:00
c8a270378a Improve suffix handling for commands.
6f1c87400a Improve command input and adding resize handling.
Compare 2 commits »
syedm pushed to experimental at syedm/bed 2026-08-23 11:10:21 +01:00
f4e3a190b8 Fix one off error in regex reverse search.
syedm pushed to experimental at syedm/bed 2026-08-22 23:06:26 +01:00
dba279b036 Fix nix compilation issue with marks system.
syedm pushed to experimental at syedm/bed 2026-08-22 22:58:27 +01:00
2ac71085db Add mouse mode cleanup in IO.
3563324a1c Major update
Compare 2 commits »
syedm pushed to experimental at syedm/bed 2026-08-22 15:31:31 +01:00
1f3b53753a Cleanup.
syedm pushed to experimental at syedm/bed 2026-08-22 15:06:05 +01:00
387ea61efd Add a sample ruby file
syedm pushed to experimental at syedm/bed 2026-08-22 15:01:52 +01:00
bea8ff18c0 Add marks and regex addressing systems
2a903f761a Minor fixes in address resolving.
Compare 2 commits »
syedm pushed to experimental at syedm/bed 2026-08-21 21:36:38 +01:00
9680a18e05 Decrease memory footprint of storing blocks.
syedm pushed to experimental at syedm/bed 2026-08-21 20:35:28 +01:00
556bb631f6 Fixing addressing
3e3fb6c39d Major updates
Compare 2 commits »
syedm pushed to experimental at syedm/bed 2026-08-21 12:30:09 +01:00
739d2e450e Improve ruby parsing heuristics.