| License | GPL-2 |
|---|---|
| Maintainer | yi-devel@googlegroups.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
| Extensions |
|
Yi.Config.Lens
Description
Lenses for types exported in Yi.Config. This module serves as a convenience module, for easy re-exporting.
Documentation
startFrontEndA :: Lens' Config UIBoot Source #
startActionsA :: Lens' Config [Action] Source #
modeTableA :: Lens' Config [AnyMode] Source #
layoutManagersA :: Lens' Config [AnyLayoutManager] Source #
initialActionsA :: Lens' Config [Action] Source #
defaultKmA :: Lens' Config KeymapSet Source #
debugModeA :: Lens' Config Bool Source #
configVarsA :: Lens' Config DynamicState Source #
configRegionStyleA :: Lens' Config RegionStyle Source #
configKillringAccumulateA :: Lens' Config Bool Source #
configWindowFillA :: Lens' UIConfig Char Source #
configThemeA :: Lens' UIConfig Theme Source #
configScrollWheelAmountA :: Lens' UIConfig Int Source #
configScrollStyleA :: Lens' UIConfig (Maybe ScrollStyle) Source #
configLineWrapA :: Lens' UIConfig Bool Source #
configLineNumbersA :: Lens' UIConfig Bool Source #
configLeftSideScrollBarA :: Lens' UIConfig Bool Source #
configCursorStyleA :: Lens' UIConfig CursorStyle Source #
configAutoHideTabBarA :: Lens' UIConfig Bool Source #
configAutoHideScrollBarA :: Lens' UIConfig Bool Source #
configVariable :: YiConfigVariable a => Lens Config Config a a Source #