Advertisement
piperfw

Bug Example Snippets

Feb 8th, 2020
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.20 KB | None | 0 0
  1. # ~/.vimrc
  2. inoremap <silent> __ __<c-r>=UltiSnips#Anon('_{$1}$0', '__', '', 'i')<cr>
  3.  
  4. # ~/.vim/Ultisnips/texmath.snippets
  5. snippet fra "Fraction" i
  6. \frac{${1:${VISUAL:num}}}{${2:denom}}$0
  7. endsnippet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement