@@ -138,7 +138,7 @@ plug-in which is known to be incompatible with this feature is detected: see
138138
139139Some LaTeX sequences can be valid both as they are and as partial matches for
140140other sequences, e.g. `\n e` is associated with `≠` , but it is also a partial
141- match for `\n equiv` (`≢` ). By default, if <Tab> finds an exact match performs
141+ match for `\n equiv` (`≢` ). By default, if <Tab> finds an exact match it performs
142142the substitution, but this can be controlled by the | g:latex_to_unicode_eager |
143143setting.
144144
@@ -198,7 +198,7 @@ uses |keymap| to generate the mappings. This has the advantage that it works
198198in more circumstances, e.g. in | Command-line | mode or when searching within a
199199line with | f | or | t | (since it uses | language-mapping | underneath). It can
200200also be easily turned on or off like any other keymap (see | i_CTRL-^ | and
201- | c_CTRL-^ | ). Like the as-you-type fature , it doesn't work with emojis.
201+ | c_CTRL-^ | ). Like the as-you-type feature , it doesn't work with emojis.
202202The disadvantage is that you don't see the whole sequence as you're typing
203203it, and you can't fix mistakes with backspace, for example.
204204Another difference is that there is a | timeout | like for any other mapping.
@@ -208,7 +208,9 @@ You can use it in parallel with the other methods, they don't interfere. For
208208example, typing a partial sequence and pressing <Tab> still triggers
209209completions and suggestions if | g:latex_to_unicode_tab | is active.
210210
211- If you use this feature, it's also useful to set | lCursor | .
211+ When this feature is active, in insert or replace mode you'll see `(L2U)` in
212+ the mode indicator. If you use this feature, and you use a GUI, it may also
213+ be useful to set | lCursor | .
212214
213215------------------------------------------------------------------------------
214216LATEX TO UNICODE ON DIFFERENT FILE TYPES *julia-vim-L2U-file-types*
0 commit comments