summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add (empty) Reader VTConfig; rename monad to VTtv2014-07-281-14/+27
|
* add some ghc-optionstv2014-07-281-0/+3
|
* s/getMappedCommand/getCommandXXX/ ^_^tv2014-07-281-22/+95
|
* NormalMode <Escape> -> RingBelltv2014-07-281-0/+1
|
* move cursor with <Left> and <Right> in NormalModetv2014-07-281-0/+2
|
* purge UnboundSequence & co.tv2014-07-281-78/+1
|
* InsertMode <Return> changes to NormalModetv2014-07-281-1/+1
|
* change prompt string in "normal" modetv2014-07-281-1/+6
|
* don't putStrLn when mode changestv2014-07-281-2/+2
|
* data Command += RingBelltv2014-07-281-0/+2
|
* s/([iI]nsert)Char/\1String/tv2014-07-281-11/+10
|
* nmap += aIAhlbw<Return><Escape>; imap<Escape> honors NormalMode constraintstv2014-07-271-1/+10
|
* constrain MotionCommand in NormalModetv2014-07-271-1/+7
|
* instance Monoid Commandtv2014-07-271-0/+24
|
* data Mode deriving Eqtv2014-07-271-1/+2
|
* render mode on the right side of the input linetv2014-07-271-14/+33
|
* modal editing beginstv2014-07-271-11/+26
|
* rm crufty commentstv2014-07-271-10/+12
|
* move showBuffer from Main to Buffer.Classtv2014-07-272-6/+4
|
* s/Go{to,till}Find{Left,Right}/{For,Back}wardWord/tv2014-07-272-48/+27
|
* purge non-MotionCommand motion commandstv2014-07-272-23/+29
|
* add Buffer.{Class,Motion} modulestv2014-07-274-17/+117
|
* use ExecM monad to execCommandtv2014-07-271-104/+133
|
* rm crufttv2014-07-274-975/+0
|
* initial committv2014-07-278-0/+1466