neosnippet.vim/neosnippets/sshconfig.snip

7 lines
102 B
Plaintext
Raw Normal View History

2013-06-10 18:31:14 +00:00
snippet Host
options head
Host ${1:name}
HostName $1.${2:domain}
Port ${3}
${4:User }