[Haskell-cafe] example editrc

brian brianchina60221 at gmail.com
Tue Dec 23 16:56:12 EST 2008


This is making ghci with editline nicer for me. It says to use the vi
key mapping, tab for completion, C-l to clear the screen, and jj to go
into vi command mode.

$ cat ~/.editrc
bind -v
bind \\t rl_complete
bind ^L ed-clear-screen
bind jj vi-command-mode


More information about the Haskell-Cafe mailing list