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