Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
7 changes: 4 additions & 3 deletions VISUALS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/vimtex.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down