From 9cdfb7051de13c98aaa6d04c46f9b8f5d9ca3344 Mon Sep 17 00:00:00 2001 From: "Nicholas J. Christoffersen" Date: Wed, 26 Feb 2025 19:27:24 -0700 Subject: [PATCH] chore: update tse/tss references --- README.md | 4 +++- VISUALS.md | 7 ++++--- doc/vimtex.txt | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1caf6a39d80..c732d42c882 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,9 @@ by default and must be manually enabled. `dsc`/`dse`/`ds$`/`dsd` - Change the surrounding command, environment or delimiter with `csc`/`cse`/`cs$`/`csd` - - Toggle starred command or environment with `tsc`/`tse` + - Toggle starred command or environment with `tsc`/`tss` + - Toggle between complementary environments with `tse` (see v2.16 release + notes) - Toggle inline and displaymath with `ts$` - Toggle between e.g. `()` and `\left(\right)` with `tsd` - Toggle (inline) fractions with `tsf` diff --git a/VISUALS.md b/VISUALS.md index 0330e05b556..32999d24ed3 100644 --- a/VISUALS.md +++ b/VISUALS.md @@ -199,10 +199,11 @@ modifiers. ### Toggling starred commands and environments -Use `tsc` and `tse` to toggle between starred and un-starred versions of -commands and environments, respectively. +Use `tsc` and `tss` to toggle between starred and un-starred versions of +commands and environments, respectively. (Note: `tss` used to be `tse` in tag +v2.15 and prior. See v2.16 release notes for more information.) -![`tsc` and `tse`](https://github.com/lervag/vimtex-media/blob/main/gif/toggle/tsc-tse.gif) +![`tsc` and `tss`](https://github.com/lervag/vimtex-media/blob/main/gif/toggle/tsc-tse.gif) ### Toggling between inline and display math diff --git a/doc/vimtex.txt b/doc/vimtex.txt index 92a99736f02..e3f34928b03 100644 --- a/doc/vimtex.txt +++ b/doc/vimtex.txt @@ -193,7 +193,7 @@ FEATURE OVERVIEW *vimtex-features* `dsc`/`dse`/`ds$`/`dsd` - Change the surrounding command, environment or delimiter with `csc`/`cse`/`cs$`/`csd` - - Toggle starred command or environment with `tsc`/`tse` + - Toggle starred command or environment with `tsc`/`tss` - Toggle inline and displaymath with `ts$` - Toggle between e.g. `()` and `\left(\right)` with `tsd`/`tsD` - Toggle (inline) fractions with `tsf`