File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ Use the Pomodoro Technique in Neovim with built-in session tracking and break re
42
42
43
43
## Usage
44
44
45
- | Command | Description |
46
- | ------------------------------------------------------ | ------------------------------------------------------- |
47
- | ` :PomodoroStart {override defined work duration} ` | Start the Pomodoro timer. |
48
- | ` :PomodoroStop ` | Stop the Pomodoro timer. |
49
- | ` :PomodoroUI ` | Display the Pomodoro UI. |
50
- | ` :PomodoroSkipBreak ` | Skip the current break and start the next work session. |
51
- | ` :PomodoroForceBreak {override defined break duration ` | Forcefully start a break. |
52
- | ` :PomodoroDelayBreak ` | Delay the current break by a delay duration. |
45
+ | Command | Description |
46
+ | --------------------------------- | ------------------------------------------------------- |
47
+ | ` :PomodoroStart {duration? } ` | Start the Pomodoro timer. |
48
+ | ` :PomodoroStop ` | Stop the Pomodoro timer. |
49
+ | ` :PomodoroUI ` | Display the Pomodoro UI. |
50
+ | ` :PomodoroSkipBreak ` | Skip the current break and start the next work session. |
51
+ | ` :PomodoroForceBreak {duration?} ` | Forcefully start a break. |
52
+ | ` :PomodoroDelayBreak ` | Delay the current break by a delay duration. |
You can’t perform that action at this time.
0 commit comments