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
c4f3e921a36b1299edb39730aa81fcb68a627b38
sml-projects
/
fcore
/
normal-mode
History
Humza Shahid
c4f3e921a3
formating
2025-08-20 12:51:31 +01:00
..
normal-delete.sml
add d% motion for deleting a matching pair
2025-08-08 07:30:39 +01:00
normal-mode.sml
refactor command-parsing code for normal mode, so that non-character events (KEY_ESC, RESIZE_EVENT, WITH_SEARCH_LIST) are dealt with at the beginning, and that the remainder of the parsing code looks at the current string and the new character typed. This is safe because pattern matching on the other commands (KEY_ESC, RESIZE_EVENT, WITH_SEARCH_LIST) always calls the same functions.
2025-08-08 23:23:40 +01:00
normal-move.sml
formating
2025-08-20 12:51:31 +01:00