Add ,go to pull latest changes from remote git

This commit is contained in:
2022-09-11 18:47:05 +02:00
parent e2ca4592be
commit aa3b49fd1c

1
.vimrc
View File

@@ -152,6 +152,7 @@ nnoremap <Leader>gl :Git lg<CR>
nnoremap <Leader>gp :Git push -u origin<CR> nnoremap <Leader>gp :Git push -u origin<CR>
nnoremap <Leader>gs :Git status<CR> nnoremap <Leader>gs :Git status<CR>
nnoremap <Leader>tw :set textwidth=72<CR> nnoremap <Leader>tw :set textwidth=72<CR>
nnoremap <Leader>go :Git pull<CR>
" Install these files to ~/.vim/spell/ " Install these files to ~/.vim/spell/
" http://ftp.vim.org/vim/runtime/spell/en.utf-8.spl " http://ftp.vim.org/vim/runtime/spell/en.utf-8.spl