magit shortcut

This commit is contained in:
Michael Grote 2021-05-31 19:56:37 +02:00
parent abe66d8993
commit 46a10854d5

4
.vimrc
View file

@ -170,3 +170,7 @@ augroup numbertoggle
autocmd BufEnter,FocusGained,InsertLeave * set relativenumber
autocmd BufLeave,FocusLost,InsertEnter * set norelativenumber
augroup END
" vimagit
" https://github.com/jreybert/vimagit#mappings
nmap <Leader>m :Magit<cr>