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
28593486ed7e67df78cb551fbb8d1d6249172510
sml-projects
/
fcore
/
normal-mode
History
Humza Shahid
28593486ed
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-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
implement 'deleteInside' motions
2025-08-07 19:12:01 +01:00