augroup vimrc_vim-fugitive autocmd! autocmd FileType fugitive nnoremap ? :h fugitive-staging-maps " keep the old behavior of closing blame window with q: https://github.com/tpope/vim-fugitive/issues/1221 autocmd FileType fugitiveblame nmap q gq augroup END