| License | GPL-2 | 
|---|---|
| Maintainer | yi-devel@googlegroups.com | 
| Stability | experimental | 
| Portability | portable | 
| Safe Haskell | None | 
| Language | Haskell98 | 
| Extensions | OverloadedStrings | 
Yi.Config.Users.Michal
Description
- myConfig :: Config
 - defaultSearchKeymap :: Keymap
 - myKeymapSet :: KeymapSet
 - myBindings :: (EventString -> EditorM ()) -> [VimBinding]
 - defaultColor :: Color
 - myTheme :: Proto UIStyle
 - prefIndent :: Mode syntax -> Mode syntax
 - myModes :: [AnyMode]
 - currentDate :: IO String
 - makeUnderline :: String -> String
 - currentDateAndUnderline :: IO String
 - insertCurrentDate :: YiM ()
 - diaryMode :: AnyMode
 
Documentation
myBindings :: (EventString -> EditorM ()) -> [VimBinding] Source
I declare "proper black" in GTK, since Vty terminal seems to have grayish black in 16-color system. Fortunately default _background_ color is available through Default :: Yi.Style.Color. Note that this works only in background! (Default foreground color is green.)
prefIndent :: Mode syntax -> Mode syntax Source
makeUnderline :: String -> String Source
insertCurrentDate :: YiM () Source