@@ -63,9 +63,7 @@ available:
6363 for a character with | f | or | t | , as explained in | language-mapping | . See
6464 | julia-vim-L2U-keymap | .
6565
66- The first two methods are independent and can be used together without issues.
67- The third one is best used by its own, disabling the other two, to avoid
68- confusion.
66+ All of these methods are independent and can be used together without issues.
6967
7068The default configuration is to use the first method, and it's only active
7169when editing Julia files. It only works in | Insert | and | Command-line | modes.
@@ -75,12 +73,13 @@ It is possible to enable it with other file types, see
7573regardless of the file type, see | julia-vim-L2U-enable-disable | .
7674
7775In | Command-line | mode, e.g. when searching with the | / | or | ? | commands, the
78- default behavior is very similar, but slightly more limited, see
79- | julia-vim-L2U-cmdmode | .
76+ default behavior is very similar to the default | Insert | mode behavior, but
77+ slightly more limited, see | julia-vim-L2U-cmdmode | .
8078
8179These features only work as described with Vim version 7.4 or higher. Tab
8280completion can still be made available on lower Vim versions, see
83- | julia-vim-L2U-workaround | .
81+ | julia-vim-L2U-workaround | . The keymap mode might work but it hasn't been
82+ tested.
8483
8584See | julia-vim | for the general reference about the other features of the
8685julia-vim plug-in.
@@ -198,16 +197,17 @@ uses |keymap| to generate the mappings. This has the advantage that it works
198197in more circumstances, e.g. in | Command-line | mode or when searching within a
199198line with | f | or | t | (since it uses | language-mapping | underneath). It can
200199also be easily turned on or off like any other keymap (see | i_CTRL-^ | and
201- | c_CTRL-^ | ).
202- The disadvantages are that you don't see the whole sequence as you're typing
203- it, and no suggestions or partial completions are available, thus you need to
204- know the substitutions (see | julia-vim-L2U-reference | ), and to type them
205- correctly in full.
200+ | c_CTRL-^ | ). It also works with emojis.
201+ The disadvantage is that you don't see the whole sequence as you're typing
202+ it, and you can't fix mistakes with backspace, for example.
206203Another difference is that there is a | timeout | like for any other mapping.
207204
208205In order to use this method, set | g:latex_to_unicode_keymap | to `1 ` .
209- If you do so, it is advisable to disable the other two methods,
210- setting both | g:latex_to_unicode_tab | and | g:latex_to_unicode_auto | to `0 ` .
206+ You can use it in parallel with the other methods, they don't interfere. For
207+ example, typing a partial sequence and pressing <Tab> still triggers
208+ completions and suggestions if | g:latex_to_unicode_tab | is active.
209+
210+ If you use this feature, it's also useful to set | lCursor | .
211211
212212------------------------------------------------------------------------------
213213LATEX TO UNICODE ON DIFFERENT FILE TYPES *julia-vim-L2U-file-types*
@@ -337,8 +337,6 @@ g:latex_to_unicode_keymap
337337 in your | .vimrc | file. You can change this setting at any
338338 moment while editing, but you need to invoke
339339 | LaTeXtoUnicode#Init() | for the change to take effect.
340- It's advisable to disable | g:latex_to_unicode_tab | and
341- | g:latex_to_unicde_auto | if you use this.
342340
343341 *g:latex_to_unicode_file_types*
344342g:latex_to_unicode_file_types
0 commit comments