2013-07-10 07:05:24 +00:00
vim-wakatime
============
2013-06-25 07:57:15 +00:00
2013-10-27 00:52:31 +00:00
Fully automatic time tracking for Vim.
2013-06-25 07:57:15 +00:00
2013-07-08 04:25:06 +00:00
2013-06-25 07:57:15 +00:00
Installation
------------
2013-07-25 17:47:06 +00:00
Heads Up! WakaTime depends on [Python ](http://www.python.org/getit/ ) being installed to work correctly.
2014-03-05 21:56:06 +00:00
1. Get an api key from: https://wakatime.com/#apikey
2013-06-25 07:57:15 +00:00
2013-07-11 03:16:46 +00:00
2. Using [Vundle ](https://github.com/gmarik/vundle ), the Vim plugin manager:
2013-06-26 00:54:01 +00:00
2013-07-11 03:16:46 +00:00
a) Add `Bundle 'wakatime/vim-wakatime'` to your `~/.vimrc` .
2013-06-27 15:56:21 +00:00
2013-07-11 03:16:46 +00:00
b) Then inside Vim, type `:BundleInstall` .
2013-06-27 15:56:21 +00:00
2014-03-14 20:35:11 +00:00
3. You will see a prompt at the bottom asking for your [api key ](https://wakatime.com/#apikey ). Enter your api key, then press `enter` .
2013-06-25 07:57:15 +00:00
2013-07-11 03:16:46 +00:00
4. Use Vim and your time will automatically be tracked for you.
2013-06-25 07:55:27 +00:00
2014-03-05 21:56:06 +00:00
5. Visit https://wakatime.com to see your logged time.
2013-06-26 23:35:25 +00:00
2013-07-11 03:52:32 +00:00
6. Consider installing [BIND9 ](https://help.ubuntu.com/community/BIND9ServerHowto#Caching_Server_configuration ) to cache your repeated DNS requests: `sudo apt-get install bind9`
2013-07-08 04:25:06 +00:00
2013-06-26 23:35:25 +00:00
Screen Shots
------------
2014-03-14 20:35:11 +00:00
![Project Overview ](https://wakatime.com/static/img/ScreenShots/Screen Shot 2013-10-26 at 5.04.01 PM.png )