vim-rana-local/README.md

40 lines
982 B
Markdown

vim-wakatime 0.2.1
==================
Automatic time tracking for Vim.
Installation
------------
1) Get an api key from:
https://wakati.me
2) Run this shell command replacing KEY with your api key:
echo "api_key=KEY" >> ~/.wakatime.conf
3) Using [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager:
Add `Bundle 'wakatime/vim-wakatime'` to your `~/.vimrc`.
Then inside Vim, type `:BundleInstall` or run this shell command:
vim +BundleInstall +qall
4) Use Vim and your time will automatically be tracked for you.
Visit https://wakati.me to view your time spent in each file.
Screen Shots
------------
![Project Overview](https://www.wakati.me/static/img/ScreenShots/Screenshot%20from%202013-06-26%2001:12:59.png)
![Files in a Project](https://www.wakati.me/static/img/ScreenShots/Screenshot%20from%202013-06-26%2001:13:13.png)
![Changing Date Range](https://www.wakati.me/static/img/ScreenShots/Screenshot%20from%202013-06-26%2001:13:53.png)