CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 09 Aug 2025 09:47:15 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081006133959
location: https://web.archive.org/web/20081006133959/https://github.com/solars/github-vim/tree
server-timing: captures_list;dur=0.559263, exclusion.robots;dur=0.019815, exclusion.robots.policy;dur=0.010381, esindex;dur=0.010362, cdx.remote;dur=22.663578, LoadShardBlock;dur=279.013652, PetaboxLoader3.datanode;dur=108.154466, PetaboxLoader3.resolve;dur=125.368508
x-app-server: wwwb-app221
x-ts: 302
x-tr: 329
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app221; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 09 Aug 2025 09:47:15 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Mon, 06 Oct 2008 20:39:59 GMT
x-archive-orig-transfer-encoding: chunked
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_sess=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%250ASGFzaHsABjoKQHVzZWR7AA%253D%253D--4d8802a39cf2ae2680fcdf915bd7f8472555cf65; domain=.github.com; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 1.11473
x-archive-orig-etag: "9adb5b14e9e65dc56fdc03442471e8a2"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-x_commoncrawl_parsesegmentid: 4289
x-archive-orig-x_commoncrawl_originalurl: https://github.com/solars/github-vim/tree
x-archive-orig-x_commoncrawl_urlfp: -2643845191864562972
x-archive-orig-x_commoncrawl_hostfp: -8801896244620822287
x-archive-orig-x_commoncrawl_signature: 9adb5b14e9e65dc56fdc03442471e8a2
x-archive-orig-x_commoncrawl_crawlno: 1
x-archive-orig-x_commoncrawl_fetchtimestamp: 1223325599334
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
x-archive-orig-content-encoding: gzip
memento-datetime: Mon, 06 Oct 2008 13:39:59 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 30 Sep 2008 20:18:30 GMT", ; rel="prev memento"; datetime="Tue, 30 Sep 2008 20:18:30 GMT", ; rel="memento"; datetime="Mon, 06 Oct 2008 13:39:59 GMT", ; rel="last memento"; datetime="Mon, 06 Oct 2008 13:39:59 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 1223232559483_50-c/1224041144406_42.arc.gz
server-timing: captures_list;dur=1.010267, exclusion.robots;dur=0.018556, exclusion.robots.policy;dur=0.009291, esindex;dur=0.013143, cdx.remote;dur=20.500995, LoadShardBlock;dur=259.997735, PetaboxLoader3.resolve;dur=244.168069, PetaboxLoader3.datanode;dur=216.625545, load_resource;dur=231.074141
x-app-server: wwwb-app221
x-ts: 200
x-tr: 554
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
solars's github-vim at master — GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | vim plugin to use github-tmbundle magic |
Clone URL: |
git://github.com/solars/github-vim.git
Give this clone URL to anyone.
git clone git://github.com/solars/github-vim.git
|

Christoph Blank (author)
Thu Jun 19 01:50:02 -0700 2008
name | age | message | |
---|---|---|---|
![]() |
.vim/ | Thu Jun 19 01:50:02 -0700 2008 | system specific OpenURL handling [Christoph Blank] |
![]() |
README | Thu May 29 09:41:04 -0700 2008 | standalone vim plugin, moved github-tmbundle ve... [Christoph Blank] |
README
= github.vim https://github.com/solars/github_vim/ I tried to remove the dependency on drnics github-tmbundle scripts in this branch, please report any errors and feel free to correct/suggest/add. == Description This is a quick and dirty vim plugin to use some github features locally from vim. It enables you to: - open a link to the corresponding github file of a local vim selection - add a comment to the corresponding github commit of a locally selected line == Suggested installation The file structure should be clear, just copy the github.vim into ~/.vim/plugin/ == Usage - Comment Commit: on the relevant line Press 'ghc' in normal mode - Open Selection: create a selection in visual mode and press 'gho' To remap the keybinding in your ~/.vimrc use: - map <F5> <Plug>GithubOpen - map <F6> <Plug>GithubComment == Notes Since this is my first vim plugins, feel free to send corrections or improvements :) sol@textmode.at
This feature is coming soon. Sit tight!