Merge with UltiSnips repo (added fnct to merge)
- UltiSnips: Moved alias snippets from sh to all. - Aliases: Snippet, commit message. - Vim: Map fold method, preview and line break to leader keys.
This commit is contained in:
17
UltiSnips/all.snippets
Normal file
17
UltiSnips/all.snippets
Normal file
@@ -0,0 +1,17 @@
|
||||
snippet alias "Custom alias"
|
||||
alias ${1:name}="${2:cmd}"
|
||||
endsnippet
|
||||
|
||||
snippet 1lf "One-line function"
|
||||
${1:name}() { ${2:cmd} ; }
|
||||
endsnippet
|
||||
|
||||
snippet mlf "Multi-line function"
|
||||
${1:name}() {
|
||||
${2:cmd}
|
||||
}
|
||||
endsnippet
|
||||
|
||||
snippet ltx "LaTeX" i
|
||||
LaTeX
|
||||
endsnippet
|
||||
Reference in New Issue
Block a user