-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Cua keymap for Yi editor
--   
--   Cua keymap for Yi editor
@package yi-keymap-cua
@version 0.17.1


-- | Cua keymap.
module Yi.Keymap.Cua
keymap :: KeymapSet

-- | Introduce a keymap that is compatible with both windows and osx, by
--   parameterising the event modifier required for commands
portableKeymap :: (Event -> Event) -> KeymapSet
customizedCuaKeymapSet :: Keymap -> KeymapSet
cut :: YiM ()
paste :: YiM ()
copy :: YiM ()
del :: EditorM ()

module Yi.Config.Default.Cua
configureCua :: ConfigM ()
