Updating git aliases, removing fugitive shortcuts

Also updating prompt symbols
This commit is contained in:
Nick Nisi
2012-11-07 10:38:28 -06:00
parent 1468f9d974
commit ea11c7db9b
4 changed files with 10 additions and 12 deletions

View File

@@ -296,14 +296,6 @@ let g:ctrlp_custom_ignore = {
" search the nearest ancestor that contains .git, .hg, .svn
let g:ctrlp_working_path_mode = 2
" vim-fugitive mappings
nmap <leader>gb :Gblame<cr>
nmap <leader>gw :Gwrite<cr>
nmap <leader>gr :Gread<cr>
nmap <leader>gc :Gcommit<cr>
nmap <leader>gbr :Gbrowse<cr>
nmap <leader>gd :Gdiff<cr>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Local vimrc
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""