Skip to content

ryand67/focuswatch.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

focuswatch.nvim

simple editor stopwatch/timer for neovim

Usage

:Focuswatch timer_start will open an input that allows you to specify how much time to start a timer for :Focuswatch timer_stop will stop the current running timer

:Focuswatch sw_start will start a stopwatch :Focuswatch sw_stop will stop the stopwatch

Sample setup:

vim.keymap.set("n", "<leader>fwb", ":Focuswatch sw_start<CR>")
vim.keymap.set("n", "<leader>fwe", ":Focuswatch sw_stop<CR>")
vim.keymap.set("n", "<leader>fwtb", ":Focuswatch timer_start<CR>")
vim.keymap.set("n", "<leader>fwte", ":Focuswatch timer_stop<CR>")

TODO

  • UI countdown just goes to bottom line rather than sticking to bottom left

About

simple editor stopwatch/timer for neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages