mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-25 21:20:18 +00:00
7 lines
120 B
VimL
7 lines
120 B
VimL
|
|
set number
|
||
|
|
set syntax=on
|
||
|
|
|
||
|
|
syntax enable
|
||
|
|
|
||
|
|
command Gc execute "!git commit %"
|
||
|
|
command Gp execute "!git push origin master"
|