Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

        ______   __    __   __ __     __         
       /_/\___\ /\_\  /_/\ /_/\__/\  /\_\        
       ) ) ___/( ( (  ) ) )) ) ) ) )( ( (        
      /_/ /  ___\ \ \/ / //_/ /_/_/  \ \_\       
      \ \ \_/\__\\ \  / / \ \ \ \ \  / / /__     
       )_)  \/ _/( (__) )  )_) ) \ \( (_____(    
       \_\____/   \/__\/   \_\/ \_\/ \/_____/    
                                                 
                                   vim-gurl v1.0 

Description:

vim-gurl provides links to remote git repos based on single lines or selections.

Example:

vim-gurl

Basic Usage:

  • Default mapping is set to: <leader> t

Customization:

  • To customize mapping, place a mapping in your .vimrc after the plugin has been called, such as:
noremap <leader>gr :call Gurl()<CR>
  • To use the vim clipboard instead of pbcopy, you can specify a clipboard register:
let g:vimgurl_yank_register = '"'

Requirements:

  • git
  • pbcopy (optional)

Install:

  • Install with your favourite installation method:

Pathogen:

cd ~/.vim/bundle
git clone git://github.com/vitapluvia/vim-gurl.git

VimPlug:

Plug 'vitapluvia/vim-gurl'

Vundle:

Plugin 'vitapluvia/vim-gurl'

NeoBundle:

NeoBundle 'vitapluvia/vim-gurl'

About

No description, website, or topics provided.

Resources

Stars

9 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages