X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/ce545a590b536432b8535dc94d8fe0cdc1bc3461..f46f2a13fa401bb7421432da225fb6fea5ff4c7b:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index b5d20ad..b25648e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -606,6 +606,9 @@ nnoremap gcf :tab G commit -v --fixup= nnoremap gp :echohl WarningMsg \| echo "use \gpp instead" \| echohl None nnoremap gpp :Git push \| copen nnoremap gpf :Git push --force-with-lease \| copen +nnoremap gll :Git pull +nnoremap gru :Git rebase --interactive @{upstream} +nnoremap grp :Git rebase --interactive @{push} nnoremap ga :Gwrite nnoremap gb :G blame @@ -616,6 +619,7 @@ augroup end " Gundo {{{2 nnoremap :GundoToggle +let g:gundo_prefer_python3 = 1 " indent-guides {{{2 let g:indent_guides_default_mapping = 0