On Fri, Jun 10, 2011 at 1:25 PM, David McBride <[email protected]> wrote:
> Somehow in the distant past I managed to get vi editing mode working
> for ghci on ghc 6, but when I upgraded to ghc 7, I can't seem to
> figure out how to enable it anymore.  I think I might have been using
> ghci-haskeline in the past.  A post I read somewhere suggested that
> ghc 7 should have innate support for vi mode, but I can't figure out
> if it does, or how to enable it.  Does anyone know?

~/.haskeline:

editMode: Vi

I recommend 'historyDuplicates: IgnoreConsecutive' for a nice zsh-like history.

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to