Show magit in a horizontal split

This commit is contained in:
Yash Karandikar 2022-05-17 15:07:56 -05:00
parent 8055571ba2
commit c9ee325370

2
.vimrc
View file

@ -46,7 +46,7 @@ let g:NERDTreeDirArrowExpandable = '>'
let g:NERDTreeDirArrowCollapsible = '<'
" vimagit settings
map <C-g> :Magit<CR>
map <C-g> :call magit#show_magit('h')<CR>
" save/quit
nnoremap <C-s> :w<CR>