0

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?

dkretz
  • 37,399
  • 13
  • 80
  • 138

1 Answers1

-1

I just saw your post and tried just the standard ctrl-K prefix, for instance ctrl-K J A gives Я or ctrl-K a * α

you can see the full list of vim digraphs in vim with :di or here

bart van deenen
  • 661
  • 6
  • 16