Skip to content

Commit 40e4fa6

Browse files
committed
merge(doc): update GIFs and related info for v2.16
refer: lervag#3143, lervag#3105
2 parents 8d24d4c + 2d23c78 commit 40e4fa6

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

VISUALS.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ page](#how-these-gifs-were-made).
2525
* If you notice mistakes or outdated content (following a VimTeX update, say),
2626
feel free to open a PR to fix it yourself. Alternatively, contact
2727
[@ejmastnak](https://github.com/ejmastnak) at
28-
[ejmastnak@gmail.com](mailto:ejmastnak@gmail.com), who will be happy to help
29-
fix it.
28+
[elijan@ejmastnak.com](mailto:elijan@ejmastnak.com), who will be happy to
29+
help fix it.
3030

3131
## Table of contents
3232
<!-- vim-markdown-toc GFM -->
@@ -53,6 +53,7 @@ page](#how-these-gifs-were-made).
5353
* [Change surrounding delimiters](#change-surrounding-delimiters)
5454
* [Toggling commands](#toggling-commands)
5555
* [Toggling starred commands and environments](#toggling-starred-commands-and-environments)
56+
* [Toggling between related environments](#toggling-between-related-environments)
5657
* [Toggling between inline and display math](#toggling-between-inline-and-display-math)
5758
* [Toggling delimiter modifiers](#toggling-delimiter-modifiers)
5859
* [Toggling fractions](#toggling-fractions)
@@ -202,13 +203,19 @@ modifiers.
202203
Use `tsc` and `tss` to toggle between starred and un-starred versions of
203204
commands and environments, respectively.
204205

205-
![`tsc` and `tss`](https://github.com/lervag/vimtex-media/blob/main/gif/toggle/tsc-tse.gif)
206+
![`tsc` and `tss`](https://github.com/lervag/vimtex-media/blob/main/gif/toggle/tsc-tss.gif)
206207

207208
> [!NOTE]
208209
>
209210
> `tss` used to be `tse` before v2.16.
210211
> See [the release notes](https://github.com/lervag/vimtex/releases/tag/v2.16) for more info.
211212
213+
### Toggling between related environments
214+
215+
Use `tse` to toggle between related environments (e.g. between `itemize` and `enumerate`).
216+
217+
![`tse`](https://github.com/lervag/vimtex-media/blob/main/gif/toggle/tse.gif)
218+
212219
### Toggling between inline and display math
213220

214221
Use `ts$` to toggle between inline math, display math, and standard math environments.

0 commit comments

Comments
 (0)