Add <leader>gw for :Gwrite in fugitive

This commit is contained in:
John Tyree 2013-04-24 23:45:04 +02:00
parent 18ce93903d
commit e8effca302

1
.vimrc
View File

@ -453,6 +453,7 @@
nnoremap <silent> <leader>gb :Gblame<CR>
nnoremap <silent> <leader>gl :Glog<CR>
nnoremap <silent> <leader>gp :Git push<CR>
nnoremap <silent> <leader>gw :Gwrite<CR>
"}
" neocomplcache {