yi-0.8.1: The Haskell-Scriptable Editor

Safe HaskellNone
LanguageHaskell2010

Yi.Mode.GHCi

Description

a mode for GHCi, implemented as tweaks on Interaction mode

Synopsis

Documentation

homeKey :: BufferM () Source

The GHCi prompt always begins with ">"; this goes to just before it, or if one is already at the start of the prompt, goes to the beginning of the line. (If at the beginning of the line, this pushes you forward to it.)