yi-0.6.2.3: The Haskell-Scriptable EditorSource codeContentsIndex
Yi.Keymap.Cua
Synopsis
keymap :: KeymapSet
portableKeymap :: (Event -> Event) -> KeymapSet
cut :: EditorM ()
paste :: EditorM ()
copy :: EditorM ()
del :: EditorM ()
Documentation
keymap :: KeymapSetSource
portableKeymap :: (Event -> Event) -> KeymapSetSource
Introduce a keymap that is compatible with both windows and osx, by parameterising the event modifier required for commands
cut :: EditorM ()Source
paste :: EditorM ()Source
copy :: EditorM ()Source
del :: EditorM ()Source
Produced by Haddock version 2.6.1