Files
ansible/roles/shell/files/etc/skel/.vimrc
2018-12-22 09:53:41 -05:00

7 lines
120 B
VimL

set number
set syntax=on
syntax enable
command Gc execute "!git commit %"
command Gp execute "!git push origin master"