Skip to content

Will take you from Vim to GitHub / fork( blob -> blame )

License

Notifications You must be signed in to change notification settings

t-akira012/vim-to-github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

vim-to-github

Taking you from Vim to GitHub.

:ToGithub

Will fire up the browser, opening the file and LOC of the current buffer in GitHub.

Visual mode is supported!

:'<,'>ToGithub

ToGithub makes up the url from the origin fetch url in your $ git remote -v.

If you need to hit another username do:

:ToGithub username

It's the same to replace the repo name:

:ToGithub username repo

You can also set a global option to copy the url in the clipboard instead of opening the browser

let g:to_github_clip_command = 'pbcopy'
let g:to_github_clipboard = 1

Installation

Pathogen will do

$ cd ~/.vim/bundle
$ git clone https://github.com/tonchis/vim-to-github.git

Or just good old copy and paste.

Caveats

:ToGithub will give you a link to a specific commit. If you work and commit but don't push to GitHub, you will see a 404.

Thanks

  • To @kandalf for the initiative!
  • To @mattn for the Gist plugin! I took inspiration (and code) from him.

About

Will take you from Vim to GitHub / fork( blob -> blame )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%