snippets (new), Bash functions

- LaTeX: align, piecewise function
- snippets: tabstops, LaTeX environment
- .gitignore
This commit is contained in:
2018-01-31 01:58:04 -05:00
parent 872f0e5e0e
commit 8877960762
4 changed files with 38 additions and 8 deletions

10
snippets.snippets Normal file
View File

@@ -0,0 +1,10 @@
snippet ts "Tabstop"
${${1:number}:${2:default}}
endsnippet
snippet "b(egin)?" "begin{} / end{}" br
\begin{${1:something}}
${0:${VISUAL}}
\end{$1}
endsnippet