Portability | portable |
---|---|
Stability | experimental |
Maintainer | yi-devel@googlegroups.com |
Safe Haskell | None |
Yi.Keymap.Vim.Operator
Description
Implements some operators for the Vim keymap.
Documentation
data VimOperator Source
Constructors
VimOperator | |
Fields
|
stringToOperator :: [VimOperator] -> OperatorName -> Maybe VimOperatorSource
mkCharTransformOperator :: OperatorName -> (Char -> Char) -> VimOperatorSource
operatorApplyToTextObjectE :: VimOperator -> Int -> CountedTextObject -> EditorM RepeatTokenSource
lastCharForOperator :: VimOperator -> StringSource