Skip to content

Use the Pomodoro Technique in Neovim with built-in session tracking and break reminders.

Notifications You must be signed in to change notification settings

QuentinGruber/pomodoro.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomodoro.nvim

Use the Pomodoro Technique in Neovim with built-in session tracking and break reminders.

Preview

  {
    "quentingruber/pomodoro.nvim",
    lazy = false, -- needed so the pomodoro can start at launch
    opts = {
      start_at_launch = true,
      work_duration = 25,
      break_duration = 5,
      snooze_duration = 1, -- The additionnal work time you get when you delay a break
    },
  },

Usage

Command Description
:PomodoroStart Start the Pomodoro timer.
:PomodoroStop Stop the Pomodoro timer.
:PomodoroUI Display the Pomodoro UI.
:PomodoroSkipBreak Skip the current break and start the next work session.
:PomodoroForceBreak Forcefully start a break.
:PomodoroDelayBreak Delay the current break by a delay duration.

About

Use the Pomodoro Technique in Neovim with built-in session tracking and break reminders.

Resources

Stars

Watchers

Forks

Releases

No releases published