nvim: after/plugin/fugitive: Enable q mapping for fugitiveblame
This commit is contained in:
parent
34bc9978d9
commit
d989d6adbc
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ nnoremap <expr> <Leader>gP git#git_push()
|
|||
|
||||
augroup custom_fugitive
|
||||
autocmd!
|
||||
autocmd FileType fugitive nnoremap <buffer><silent> q :bwipeout!<CR>
|
||||
autocmd FileType fugitive,fugitiveblame nnoremap <buffer><silent> q :bwipeout!<CR>
|
||||
autocmd BufReadPost fugitive:// setlocal bufhidden=wipe
|
||||
augroup END
|
||||
|
|
Loading…
Reference in a new issue