Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 (EventString -> VimState -> MatchResult (YiM RepeatToken)) | |
VimBindingE (EventString -> VimState -> MatchResult (EditorM RepeatToken)) |
VimState | |
|
data RepeatableAction Source
data MatchResult a Source
type EventString = String Source
type OperatorName = String Source
type RegisterName = Char Source
module Yi.Keymap.Vim2.MatchResult