Safe Haskell | None |
---|
Documentation
Normal | |
NormalOperatorPending OperatorName | |
Insert Char | char denotes how state got into insert mode ( |
Replace | |
ReplaceSingleChar | |
InsertNormal | after C-o |
InsertVisual | after C-o and one of v, V, C-v |
Visual RegionStyle | |
Ex | |
Search | |
data VimBinding Source
VimBindingY | |
| |
VimBindingE | |
|
VimState | |
|
data RepeatableAction Source
RepeatableAction | |
|
data MatchResult a Source
Functor MatchResult | |
Applicative MatchResult | |
Alternative MatchResult | |
Show (MatchResult a) |
type EventString = StringSource
type OperatorName = StringSource
type RegisterName = CharSource
module Yi.Keymap.Vim2.MatchResult