CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 25 Aug 2025 21:20:06 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091218202626
location: https://web.archive.org/web/20091218202626/https://github.com/solars/github-vim/tree/tmb
server-timing: captures_list;dur=0.582280, exclusion.robots;dur=0.021728, exclusion.robots.policy;dur=0.011131, esindex;dur=0.011621, cdx.remote;dur=5.746089, LoadShardBlock;dur=185.579145, PetaboxLoader3.datanode;dur=51.817426, PetaboxLoader3.resolve;dur=60.741179
x-app-server: wwwb-app222
x-ts: 302
x-tr: 215
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; 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: Mon, 25 Aug 2025 21:20:06 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 18 Dec 2009 20:26:25 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "0663b9ac91bc2c8a2d48186c3c9d54f6"
x-archive-orig-x-runtime: 121ms
x-archive-orig-content-length: 21366
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 18 Dec 2009 20:26:26 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 18 Dec 2009 20:26:26 GMT", ; rel="memento"; datetime="Fri, 18 Dec 2009 20:26:26 GMT", ; rel="last memento"; datetime="Fri, 18 Dec 2009 20:26:26 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: 52_13_20091218161908_crawl103_IndexOnly-c/52_13_20091218202600_crawl101.arc.gz
server-timing: captures_list;dur=0.896849, exclusion.robots;dur=0.031032, exclusion.robots.policy;dur=0.015227, esindex;dur=0.019513, cdx.remote;dur=6.864492, LoadShardBlock;dur=291.297616, PetaboxLoader3.datanode;dur=179.002725, PetaboxLoader3.resolve;dur=198.540974, load_resource;dur=159.723084
x-app-server: wwwb-app222
x-ts: 200
x-tr: 529
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 tmb - 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 edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/solars/github-vim.git
Give this clone URL to anyone.
git clone git://github.com/solars/github-vim.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:solars/github-vim.git
|

Christoph Blank (author)
Thu May 29 09:42:30 -0700 2008
README
== github.vim https://github.com/solars/github_vim/ == Description This is a quick and dirty vim to use some github functionality from vim. This branch uses the the scripts included in github-tmbundle written by drnic, available at https://github.com/drnic/github-tmbundle 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, root is your $HOME == 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 The files in /lib/drnic are contained in https://github.com/drnic/github-tmbundle, written by drnic. Since this is one of my first vim plugins, feel free to send corrections or improvements :) sol@textmode.at
This feature is coming soon. Sit tight!