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
fb6cab7d0d92d4a5be74162ca9bc0d8fa3446185
sml-projects
/
fcore
/
normal-mode
History
Humza Shahid
fb6cab7d0d
fix minor bug when deleting around (with motion like da( or da< or da) or da>). The bug was that, if the last character we delete with the highest index is also the last character at the end of this line, we deleted the range properly but placed the cursor at a linebreak. In this case, the cursor is meant to be a single character before the line break, and after this commit, we have this desired behaviour.
2025-09-06 02:46:49 +01:00
..
normal-delete.sml
fix minor bug when deleting around (with motion like da( or da< or da) or da>). The bug was that, if the last character we delete with the highest index is also the last character at the end of this line, we deleted the range properly but placed the cursor at a linebreak. In this case, the cursor is meant to be a single character before the line break, and after this commit, we have this desired behaviour.
2025-09-06 02:46:49 +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
done implementing 'yankInside' functions and functionality.
2025-09-06 02:27:01 +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
done implementing 'yankInside' functions and functionality.
2025-09-06 02:27:01 +01:00