Skip to content

Commit d451f1d

Browse files
authored
fix(vimtex): add two missing which-key descriptions (#1576)
feat(vimtex): add two more which-key descriptions
1 parent 2521d25 commit d451f1d

File tree

1 file changed

+2
-0
lines changed
  • lua/astrocommunity/markdown-and-latex/vimtex

1 file changed

+2
-0
lines changed

lua/astrocommunity/markdown-and-latex/vimtex/init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ return {
4646
{ "tsD", desc = "Reverse Cycle (), \\left(\\right) [, ...]" },
4747
{ "tse", desc = "Toggle star of environment" },
4848
{ "tsf", desc = "Toggle a/b vs \\frac{a}{b}" },
49+
{ "tsb", desc = "Toggle line break" },
50+
{ "tss", desc = "Toggle starred environment" },
4951
{ "[/", desc = "Previous start of a LaTeX comment" },
5052
{ "[*", desc = "Previous end of a LaTeX comment" },
5153
{ "[[", desc = "Previous beginning of a section" },

0 commit comments

Comments
 (0)