VimTeX 2.3
This is a new minor release with a few fixes and improvements, and one important change.
Changes
- The default map for the context menu was changed from
<cr>
to<localleader>la
to avoid mapping a key that already has a specific meaning in Vim/neovim. See #1541.
Features
- Improved fold text for beamer frames (#1830).
- Improved syntax support for
\lstinline
(#1956). - Allow
cse
and similar to match "unmatched" environment pairs (#1952). - Minor improvement to bibtex quickfix parser.
Other
- Improved docs on custom imaps (#1612).
Ackowledgements
Thanks to @bk90 for submitting a PR!