Skip to content

Commit

Permalink
adding some git helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
TwP committed Jan 11, 2018
1 parent 0649af4 commit cb28419
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vim/vim.symlink/settings/plugins.vim
Expand Up @@ -76,6 +76,11 @@ au FileType go nmap <leader>gt <Plug>(go-test)
au FileType go nmap <Leader>gd <Plug>(go-doc)
au FileType go nmap <Leader>gv <Plug>(go-doc-vertical)
""" fugitive
" copy GitHub url to clipboard
nnoremap <silent> <Leader>cg :Gbrowse!<CR>
vnoremap <silent> <Leader>cg :'<,'>Gbrowse!<CR>
""" tagbar
map <leader>tb :TagbarToggle<CR>
vmap <leader>tb :TagbarToggle<CR>
Expand Down

0 comments on commit cb28419

Please sign in to comment.