This website works better with JavaScript.
Explore
Help
Sign In
simonkellet
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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.
60
Commits
2
Branches
0
Tags
1.5 MiB
Tag:
Branch:
Tree:
9b77ba85ed
main
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9b77ba85ed'
${ noResults }
dotfiles
/
nvim
/
UltiSnips
/
beg
6 lines
68 B
Raw
Normal View
History
Unescape
Escape
chnages
1 year ago
snippet beg "begin{} / end{}" bA
\begin{$1}
$0
\end{$1}
endsnippet