yi-keymap-cua-0.14.0: Cua keymap for Yi editor

LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Yi.Keymap.Cua

Description

Cua keymap.

Synopsis

Documentation

portableKeymap :: (Event -> Event) -> KeymapSet #

Introduce a keymap that is compatible with both windows and osx, by parameterising the event modifier required for commands

cut :: YiM () #

paste :: YiM () #

copy :: YiM () #

del :: EditorM () #