Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
162 B

  1. snippet ts "Tabstop"
  2. ${${1:number}:${2:default}}
  3. endsnippet
  4. snippet "b(egin)?" "begin{} / end{}" br
  5. \begin{${1:something}}
  6. ${0:${VISUAL}}
  7. \end{$1}
  8. endsnippet