yi-keymap-cua-0.18.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 Source #

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

cut :: YiM () Source #