ui/vim/vim_mode library
Classes
- CharMotion
- CursorPosition
- EntireLineMotion
- FindCharMotion
- FirstLineMotion
- GotoLineCommand
- LastLineMotion
- LineMotion
- LinePositionMotion
- MatchBracketMotion
- NoOpCommand
- ParagraphMotion
- QuitCommand
- SearchMotion
- SetCommand
- ShellCommand
- SubstituteCommand
- ToLineMotion
- VimCommand
- VimCommandResult
- VimKeyHandler
- VimMotion
- VimRegister
- VimState
- VimStatusLine
- WordMotion
- WriteCommand
- WriteQuitCommand
Enums
Functions
-
parseVimCommand(
String input) → VimCommand
Typedefs
-
BufferModifier
= void Function(List<
String> lines)