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.
1 parent 9aa1dda commit aaae290Copy full SHA for aaae290
ftplugin/tex.vim
@@ -39,8 +39,11 @@ onoremap <buffer> <silent> i$ :<c-u>normal! T$vt$<cr>
39
"inoremap <buffer> $ $$i
40
vnoremap <buffer> ¤ <ESC>`>a$<ESC>`<i$<ESC>lvt$
41
42
+
43
"inoremap <A-q> \begin{align}<ESC>o\end{align}<ESC>O
44
inoremap <A-q> \begin{align*}<ESC>o&<cr>=<cr>\end{align*}<ESC>2kO
45
+inoremap q \begin{align*}<ESC>o\end{align*}<ESC>O
46
+vnoremap q s\begin{align*}<ESC>o\end{align*}<ESC>O
47
48
49
" math related shortcuts
0 commit comments