VimKeyHandler class
Constructors
-
VimKeyHandler({required VimState state, required List<
String> lines, void onStatusMessage(String)?})
Properties
Methods
-
handleKey(
String key) → bool - Main entry point — returns true if the key was consumed.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited