On Thu, Jan 22, 2009 at 12:15 PM, ArtemGr <[email protected]> wrote:
>
> Vty does not support XTerm (see http://code.haskell.org/vty/TODO).
> I'm using FreeBSD (PC-BSD) with Konsole and YI is not very usable because such
> simple keys as "Home" and "End" does not work.
> I have found, however, how to fix this in "~/.yi/yi.hs":
>
>   defaultKm =
>     -- see /usr/local/etc/joe/joerc, eol, "^[ [ F"
>     (spec KEsc ?>> char '[' ?>> char 'F' ?>>! moveToEol)
>     -- home, "^[ [ H"
>     <|> (spec KEsc ?>> char '[' ?>> char 'H' ?>>! moveToSol)
>     <|| Cua.keymap

Cool.

> BTW, is there a wiki of sorts where such things (as this configuration issue)
> could / should be docummented?

We use the haskell wiki: http://haskell.org/haskellwiki/Yi
Feel free to restructure the page as you please so the
information is easy to find.

If you do not have an account it might be hard to modify (they are putting
up anti-spam measures).

Cheers,
JP.

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to