Bring back old Fugitive behavior
This commit is contained in:
parent
99fcec238e
commit
875ea5d1ff
1 changed files with 3 additions and 0 deletions
|
@ -126,6 +126,9 @@ nnoremap <C-p> :Files<CR>
|
||||||
nnoremap <C-w>z :ZoomWinTabToggle<CR>
|
nnoremap <C-w>z :ZoomWinTabToggle<CR>
|
||||||
nnoremap <C-w><C-z> :ZoomWinTabToggle<CR>
|
nnoremap <C-w><C-z> :ZoomWinTabToggle<CR>
|
||||||
|
|
||||||
|
" Fugitive
|
||||||
|
autocmd FileType fugitiveblame nmap <buffer> q gq
|
||||||
|
|
||||||
" LEADERS
|
" LEADERS
|
||||||
let mapleader = ","
|
let mapleader = ","
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue