ansible/roles/shell/files/etc/skel/.vimrc

7 lines
120 B
VimL

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