fork of vim-wakatime that repoints to localhost
Go to file
Alan Hamlett 92c0bf9735 Update README.md 2013-06-26 16:36:51 -07:00
doc add version 0.1.2 2013-06-25 00:57:15 -07:00
plugin fixed bugs in function s:allServersAway(). preventing action sent when editor first opened without file. 2013-06-25 22:58:13 -07:00
LICENSE.txt add version 0.1.2 2013-06-25 00:57:15 -07:00
README.md Update README.md 2013-06-26 16:36:51 -07:00

README.md

vim-wakatime 0.1.2

Automatic time tracking.

Installation

  1. Get an api key from:

https://wakati.me

  1. Using Vundle, the Vim plugin manager:

Add Bundle 'wakatime/vim-wakatime' to your ~/.vimrc

  1. Run these shell commands:

    touch ~/.wakatime.log echo "api_key=MY_API_KEY" > ~/.wakatime vim +BundleInstall +qall

  2. Open Vim and start coding. Your time will automatically be logged for you! Visit https://wakati.me to view the time you spent in each file.

Screen Shots

Project Overview

Files in a Project

Changing Date Range