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
9369bbed930e734c7d2dcbdc9014874dbd58cf26
sml-projects
/
fcore
/
normal-mode
History
Humza Shahid
9369bbed93
in normal mode, when we receive an event which we don't want to handle (like enter), we clear the app's mode and command history instead of simply returning the same app unmodified. This fixes a bug: say we pres 'f' to go to a character and then press enter. Before this commit, pressing a character after that 'enter' will go to that character. This is contrary to Vim, which resets the command history on an invalid command, and now we reset the command history too.
2025-09-06 01:40:32 +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
in normal mode, when we receive an event which we don't want to handle (like enter), we clear the app's mode and command history instead of simply returning the same app unmodified. This fixes a bug: say we pres 'f' to go to a character and then press enter. Before this commit, pressing a character after that 'enter' will go to that character. This is contrary to Vim, which resets the command history on an invalid command, and now we reset the command history too.
2025-09-06 01:40:32 +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
add function to yank inside WORD
2025-09-06 01:15:45 +01:00