1
0
Fork 0

nvim: ;G for :Git subcommands

This commit is contained in:
Jeremy Kaplan 2022-03-15 12:30:17 -07:00
commit c1e858e6a5

View file

@ -108,6 +108,8 @@ map <silent> ;w :w<CR>
map <silent> ;q :q<CR>
map <silent> ;x :x<CR>
map ;G :Git<Space>
set wildignore+=*.swp,*~
map <silent> ;b :Buffers<CR>