| License | GPL-2 |
|---|---|
| Maintainer | yi-devel@googlegroups.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
| Extensions |
|
Yi.Keymap.Vim
Description
The vim keymap.
Documentation
mkKeymapSet :: Proto VimConfig -> KeymapSet Source
data VimBinding Source
Constructors
| VimBindingY (EventString -> VimState -> MatchResult (YiM RepeatToken)) | |
| VimBindingE (EventString -> VimState -> MatchResult (EditorM RepeatToken)) |
data VimOperator Source
Constructors
| VimOperator | |
Fields | |
Constructors
| VimConfig | |
Fields
| |
pureEval :: VimConfig -> EventString -> EditorM () Source
impureEval :: VimConfig -> EventString -> Bool -> YiM () Source