dotar/vim/UltiSnips/sshconfig.snippets

7 lines
114 B
Plaintext
Raw Normal View History

2017-03-10 17:14:30 +08:00
snippet Host "Description" b
Host ${1}
Hostname ${2}
IdentityFile ~/.ssh/rallets
User root
endsnippet