Open from vim to Github

This commit is contained in:
Andrew Tomaka 2022-03-20 21:12:07 -04:00
parent 0f819ecca6
commit 87628e0782
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -7,6 +7,7 @@ Plug 'moll/vim-bbye'
Plug 'ntpeters/vim-better-whitespace'
Plug 'tpope/vim-eunuch'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-rhubarb'
Plug 'tpope/vim-surround'
" languages
@ -128,6 +129,7 @@ map <Leader>sa :Move %<tab>
autocmd FileType fugitiveblame nmap <buffer> q gq
command! Gblame :G blame
map <Leader>gb :Git blame<cr>
map <Leader>gh :GBrowse<cr>
" vim-plug
map <Leader>pc :PlugClean<cr>