re-implemented command history and hinting

This commit is contained in:
2025-06-08 01:53:13 -04:00
parent 518648be24
commit 08c86009a6
7 changed files with 583 additions and 34 deletions

View File

@@ -264,6 +264,8 @@ pub enum Motion {
CharSearch(Direction,Dest,char),
BackwardChar,
ForwardChar,
BackwardCharForced, // These two variants can cross line boundaries
ForwardCharForced,
LineUp,
LineUpCharwise,
ScreenLineUp,