From: Samir Benmendil Date: Sat, 1 May 2021 14:13:47 +0000 (+0100) Subject: vim: open qf window after push X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/ce545a590b536432b8535dc94d8fe0cdc1bc3461?ds=inline vim: open qf window after push --- diff --git a/vim/vimrc b/vim/vimrc index 91f0a69..b5d20ad 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -604,8 +604,8 @@ nnoremap gcc :tab G commit -v nnoremap gca :tab G commit -v --amend nnoremap gcf :tab G commit -v --fixup= nnoremap gp :echohl WarningMsg \| echo "use \gpp instead" \| echohl None -nnoremap gpp :G push -nnoremap gpf :G push --force-with-lease +nnoremap gpp :Git push \| copen +nnoremap gpf :Git push --force-with-lease \| copen nnoremap ga :Gwrite nnoremap gb :G blame