I just learned about Vi mode in GHCi. I already added editMode: Vi to my ~/.haskeline file. There are two tasks that I wish to accomplish.
I would like to remap my escape key to
jj.I would like to configure GHCi to show me what mode I am in similar to how I can add
set show-mode-in-prompt onto my~/.inputrcfile for readline.
I have read through some of the haskeline documentation but have not been able to find an answer.