In Vim, i add digraphs by putting a line such as the following into my ~/.vimrc file to create a digraph for "ſ" (a long-s character):
:digr ls 383
However, adding such a line to my ~/.ideavimrc file has no effect. The default digraph set is in effect, but I cannot find a way to add to it.
Similarly, from within ideavim, the command
:digr ls 383
(for instance) doesn't work either.
Any suggestions?