diff --git a/README.md b/README.md index 1caf6a39d8..c732d42c88 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 0330e05b55..32999d24ed 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 92a99736f0..e3f34928b0 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`