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:
@@ -113,3 +113,8 @@ endsnippet
|
||||
snippet ,tt "Typewriter" A
|
||||
\texttt{$1} $2
|
||||
endsnippet
|
||||
|
||||
snippet ,par "Paragraph" A
|
||||
\paragraph*{$1}
|
||||
$2
|
||||
endsnippet
|
||||
|
Reference in New Issue
Block a user