This commit is contained in:
ManjaroOne666 2018-03-05 16:22:44 +00:00
parent 80b0c9bc5d
commit f3ed994698
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -174,7 +174,7 @@ nnoremap <leader>ga :!clear; git add %; git status<CR>
nnoremap <leader>gA :!clear; git add .; git status<CR>
nnoremap <leader>gc :!clear; git commit -m ''<Left>
nnoremap <leader>gg :!clear; git add %; git commit -m ''<Left>
nnoremap <leader>gp :!clear; echo 'Git push ...'; git push<CR>
nnoremap <leader>gp :!clear; echo 'git push'; git push<CR>
nnoremap <leader>gl :!clear; git log<CR>
" netrw