License | GPL-2 |
---|---|
Maintainer | [email protected] |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Extensions | OverloadedStrings |
Yi.Keymap.Vim.Motion
Description
respecting wrap in gj, g0, etc
gm, go ]], [[, [], ][ [(, [{, ]), ]} ]m, ]M, [m, [M [#, ]# [*, [, ]*, ]
Traversing changelist
Documentation
Constructors
Move | |
Fields
|
data CountedMove Source #
Constructors
CountedMove !(Maybe Int) !Move |
changeMoveStyle :: (RegionStyle -> RegionStyle) -> Move -> Move Source #