This website requires JavaScript.
Explore
Help
Register
Sign In
humza
/
sml-projects
Watch
1
Star
0
Fork
0
You've already forked sml-projects
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
73ec4e7578554c7f259c99697c63a68e71136b6b
sml-projects
/
fcore
/
normal-mode
History
Humza Shahid
73ec4e7578
bug fix when yanking or deleting inside a word (we should not clip 'high' value, and we should search for end of word strictly); this handles cases like when we only have one character in the buffer, or an empty buffer
2025-09-06 01:12:59 +01:00
..
normal-delete.sml
bug fix when yanking or deleting inside a word (we should not clip 'high' value, and we should search for end of word strictly); this handles cases like when we only have one character in the buffer, or an empty buffer
2025-09-06 01:12:59 +01:00
normal-finish.sml
a bit of refactoring
2025-08-31 06:28:05 +01:00
normal-mode-with.sml
implement a couple of more yank operations
2025-09-02 11:35:29 +01:00
normal-mode.sml
bug fix when yanking or deleting inside a word (we should not clip 'high' value, and we should search for end of word strictly); this handles cases like when we only have one character in the buffer, or an empty buffer
2025-09-06 01:12:59 +01:00
normal-move.sml
a bit of refactoring
2025-08-31 06:28:05 +01:00
normal-search-finish.sml
handle resize event and concurrent (permanent and full) search result in NORMAL_SEARCH_MODE
2025-09-01 12:52:26 +01:00
normal-search-mode-with.sml
handle resize event and concurrent (permanent and full) search result in NORMAL_SEARCH_MODE
2025-09-01 12:52:26 +01:00
normal-search-mode.sml
unescape an escaped search string
2025-09-01 13:56:32 +01:00
normal-yank.sml
bug fix when yanking or deleting inside a word (we should not clip 'high' value, and we should search for end of word strictly); this handles cases like when we only have one character in the buffer, or an empty buffer
2025-09-06 01:12:59 +01:00