index
:
hack
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Main.hs
Commit message (
Expand
)
Author
Age
Files
Lines
*
define promptString for VerbatimMode
tv
2014-07-28
1
-0
/
+1
*
silence all the warnings
tv
2014-07-28
1
-18
/
+32
*
:s -> getGCStats
tv
2014-07-28
1
-0
/
+5
*
Process: initial commit
tv
2014-07-28
1
-9
/
+37
*
add withOutput
tv
2014-07-28
1
-66
/
+49
*
getCommand: use VT instead of IO monad
tv
2014-07-28
1
-15
/
+29
*
rm obsolete commands Insert*{Verbatim,ChangeMode}
tv
2014-07-28
1
-16
/
+2
*
use the same mode and buffer everywhere
tv
2014-07-28
1
-3
/
+6
*
add (empty) Reader VTConfig; rename monad to VT
tv
2014-07-28
1
-14
/
+27
*
s/getMappedCommand/getCommandXXX/ ^_^
tv
2014-07-28
1
-22
/
+95
*
NormalMode <Escape> -> RingBell
tv
2014-07-28
1
-0
/
+1
*
move cursor with <Left> and <Right> in NormalMode
tv
2014-07-28
1
-0
/
+2
*
purge UnboundSequence & co.
tv
2014-07-28
1
-78
/
+1
*
InsertMode <Return> changes to NormalMode
tv
2014-07-28
1
-1
/
+1
*
change prompt string in "normal" mode
tv
2014-07-28
1
-1
/
+6
*
don't putStrLn when mode changes
tv
2014-07-28
1
-2
/
+2
*
data Command += RingBell
tv
2014-07-28
1
-0
/
+2
*
s/([iI]nsert)Char/\1String/
tv
2014-07-28
1
-11
/
+10
*
nmap += aIAhlbw<Return><Escape>; imap<Escape> honors NormalMode constraints
tv
2014-07-27
1
-1
/
+10
*
constrain MotionCommand in NormalMode
tv
2014-07-27
1
-1
/
+7
*
instance Monoid Command
tv
2014-07-27
1
-0
/
+24
*
data Mode deriving Eq
tv
2014-07-27
1
-1
/
+2
*
render mode on the right side of the input line
tv
2014-07-27
1
-14
/
+33
*
modal editing begins
tv
2014-07-27
1
-11
/
+26
*
rm crufty comments
tv
2014-07-27
1
-10
/
+12
*
move showBuffer from Main to Buffer.Class
tv
2014-07-27
1
-6
/
+0
*
s/Go{to,till}Find{Left,Right}/{For,Back}wardWord/
tv
2014-07-27
1
-2
/
+2
*
purge non-MotionCommand motion commands
tv
2014-07-27
1
-23
/
+28
*
add Buffer.{Class,Motion} modules
tv
2014-07-27
1
-17
/
+15
*
use ExecM monad to execCommand
tv
2014-07-27
1
-104
/
+133
*
initial commit
tv
2014-07-27
1
-0
/
+400