Added sshconfig snip.
This commit is contained in:
parent
167abeb068
commit
55db486ce0
6
autoload/neosnippet/snippets/sshconfig.snip
Normal file
6
autoload/neosnippet/snippets/sshconfig.snip
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
snippet Host
|
||||||
|
options head
|
||||||
|
Host ${1:name}
|
||||||
|
HostName $1.${2:domain}
|
||||||
|
Port ${3}
|
||||||
|
${4:User }
|
@ -722,6 +722,9 @@ A: You can use |:NeoSnippetSource| for it.
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
CHANGELOG *neosnippet-changelog*
|
CHANGELOG *neosnippet-changelog*
|
||||||
|
|
||||||
|
2013-06-10
|
||||||
|
- Added sshconfig snip.
|
||||||
|
|
||||||
2013-06-08
|
2013-06-08
|
||||||
- Improved context filetype check.
|
- Improved context filetype check.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user