Skip to content

jtai/vim-githublink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

githublink.vim

This vim plugin allows you to type \ g in command mode to display the github.com URL of the current line.

If pbcopy is available, the URL will also be copied to the clipboard.

Installation

Option 1: Manual installation

  1. Clone the repository.

    $ git clone https://github.com/jtai/vim-githublink.git
    
  2. Move githublink.vim to your .vim/plugins directory.

    $ cd vim-githublink/plugins
    $ mv githublink.vim ~/.vim/plugins/
    

Option 2: Pathogen installation (recommended)

  1. Download and install Tim Pope's Pathogen.

  2. Clone the repository in the pathogen plugins directory.

    $ cd ~/.vim/bundle
    $ git clone https://github.com/jtai/vim-githublink.git
    

About

Display the github.com URL of the current line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published