Skip to content

durgaswaroop/vimodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimodoro

Pomodoro Timer for Vim

Usage

To start/stop the timer, run :Vimodoro

To see the time left, :GetTimeRemaining.

To add the timer to the statusline, execute :set statusline +=\ %{GetTimeRemaining()}

To update the status continuously, run :call timer_start(1000, {-> execute(':let &stl=&stl')}, {'repeat': -1})