yi-0.11.0: The Haskell-Scriptable Editor

Portabilityportable
Stabilityexperimental
Maintaineryi-devel@googlegroups.com
Safe HaskellNone

Yi.Keymap.Vim.Motion

Description

TODO:

respecting wrap in gj, g0, etc

gm, go ]], [[, [], ][ [(, [{, ]), ]} ]m, ]M, [m, [M [ [*, [, ]*, ]

Traversing changelist

Documentation

data Move Source

Constructors

Move 

Fields

moveStyle :: !RegionStyle
 
moveIsJump :: !Bool
 
moveAction :: Maybe Int -> BufferM ()
 

data CountedMove Source

Constructors

CountedMove !(Maybe Int) !Move