dotar/vim/snippets/sshconfig/host.snippet
2011-11-17 16:00:49 -06:00

4 lines
68 B
Plaintext
Executable File

Host ${1:name}
Hostname ${2:example.com}
User ${3:username}