Safe Haskell | None |
---|
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 | |
Fields
| |
VimBindingE | |
Fields
|
Constructors
VimState | |
Fields
|
Constructors
Register | |
Fields |
data RepeatableAction Source
Constructors
RepeatableAction | |
Fields
|
type EventString = StringSource
type OperatorName = StringSource
type RegisterName = CharSource
module Yi.Keymap.Vim2.MatchResult