Coder Social home page Coder Social logo

time-lapse.vim's Introduction

time-lapse.vim

A fork of Vim Script #3849: "git-time-lapse : Perforce-style" by Ben Cotterell

Bundle "johntyree/time-lapse.vim"
map <leader>gt :call TimeLapse() <cr> 

Description

You're editing a file which is in a git repository. Press a key which opens a new tab which shows how that commit changed that file in Vim's diff mode (:help diff), with a window at the bottom showing the commit message. Left and right arrows move through the history. Shift-left and shift-right go all the way to the end. Return on a line goes back to the last commit that touched that line (using git blame).

Close the tab when you're bored with it and carry on Vimming as usual. You can open as many time-lapse tabs on different files in one Vim session as you want.

Inspired by the "time lapse view" in the Perforce gui which I thought was quite good, although I prefer the Vim version.

Install details

Drop time-lapse.vim into .vim/plugin and map a key in your .vimrc, e.g.

map gt :call TimeLapse()

Or however you prefer.

You can also get the script with:

$ git clone http://www.tidraso.co.uk/repository/vim-plugin/

Where you may find new features.

time-lapse.vim's People

Contributors

johntyree avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.