diff --git a/doc/vimtex.txt b/doc/vimtex.txt index 125999ae9f..b738527a3a 100644 --- a/doc/vimtex.txt +++ b/doc/vimtex.txt @@ -3264,7 +3264,10 @@ MAP DEFINITIONS *vimtex-mappings* Insert mode: Convert the preceding text into a LaTeX command. That is, it prepends a backslash and adds an opening brace. It also moves the cursor to the end - of the word. + of the word. If you also want the closing brace (emulating delimitMate), + you can add the following to your `~/.vim/after/ftplugin/tex.vim` + + imap (vimtex-cmd-create)} Normal/Visual mode: Surrounds the word under the cursor/visual selection by the command