We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
which-key
1 parent 2521d25 commit d451f1dCopy full SHA for d451f1d
lua/astrocommunity/markdown-and-latex/vimtex/init.lua
@@ -46,6 +46,8 @@ return {
46
{ "tsD", desc = "Reverse Cycle (), \\left(\\right) [, ...]" },
47
{ "tse", desc = "Toggle star of environment" },
48
{ "tsf", desc = "Toggle a/b vs \\frac{a}{b}" },
49
+ { "tsb", desc = "Toggle line break" },
50
+ { "tss", desc = "Toggle starred environment" },
51
{ "[/", desc = "Previous start of a LaTeX comment" },
52
{ "[*", desc = "Previous end of a LaTeX comment" },
53
{ "[[", desc = "Previous beginning of a section" },
0 commit comments