1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

vim changes

- persistent undo
- paragraph as snippet
This commit is contained in:
TiynGER
2020-04-26 13:19:20 +02:00
parent 9929023003
commit 96b8fd6911
2 changed files with 11 additions and 0 deletions

View File

@@ -113,3 +113,8 @@ endsnippet
snippet ,tt "Typewriter" A
\texttt{$1} $2
endsnippet
snippet ,par "Paragraph" A
\paragraph*{$1}
$2
endsnippet