I would like to map jj to exit insert mode (i.e switch to navigation mode). Is this possible?
Also can we format the text that indicates the current vi mode? Currently in the config I have:
options(radian.vi_mode_prompt = "\033[0;35m({})\033[0m")
and insert mode is shown as (ins). I would like to replace it by (I).
Thanks in advance