Compare commits
2 Commits
4320cae8ec
...
269496db7e
Author | SHA1 | Date |
---|---|---|
Ray Elliott | 269496db7e | |
Ray Elliott | c24de975db |
|
@ -0,0 +1,8 @@
|
||||||
|
snippet ln "[...](...)"
|
||||||
|
[$1]($2)
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet cd "``` ..."
|
||||||
|
\`\`\`$0
|
||||||
|
\`\`\`
|
||||||
|
endsnippet
|
|
@ -1,3 +1,5 @@
|
||||||
|
set textwidth=80
|
||||||
|
|
||||||
" markdown : jump to next heading
|
" markdown : jump to next heading
|
||||||
" https://gist.github.com/romainl/ac63e108c3d11084be62b3c04156c263
|
" https://gist.github.com/romainl/ac63e108c3d11084be62b3c04156c263
|
||||||
function! s:JumpToNextHeading(direction, count)
|
function! s:JumpToNextHeading(direction, count)
|
||||||
|
|
Loading…
Reference in New Issue