re-implemented command history and hinting
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user