I want to type the subscript i as follows:
What I have tried:
- I got to know how to type numerial subscripts, by following this documentation.
<ctrl-k>[digit]s I search the local help doc (absolutely the same as the above) by
:h digraphsand find only those for numbers also.No more no less.
I have found a plugin for doing this and got to know the author's implementation.
_i <char-0x1D62> " ᵢ
I raise this question for asking if I can type the alphabetic subscripts without plugins (which also means don't use the daunting commands as <char-0x1D62>). I need commands like <ctrl-k>[alphabet]s. Please don't recommend me LaTex as this answer since I'm learning it.


:execute "digraphs es " . 0x2091in the vimrc and let the vim compile it to change the default settings everytime I open or creat a file? I have tried and it doesn't work. How can I do that? – Lerner Zhang Apr 20 '16 at 11:49