X-Git-Url: https://git.r.bdr.sh/rbdr/nota.nvim/blobdiff_plain/9e9e89d8556ecafa6b11ab21aa9ffab550f7f3ad..HEAD:/README.md diff --git a/README.md b/README.md index 852032e..87238ad 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ require('lazy').setup({ - `os`, `:NotaOpenSeasonalNote`, Opens this season's seasonal note. - `oy`, `:NotaOpenYearlyNote`, Opens this year's yearly note. - `on`, `:NotaOpenNote`, Opens an arbitrary note. (Requires [fzf-lua][fzf-lua]) +- `N`, `:NotaOpenNextNote`, Opens the next periodic note. (eg. tomorrow or next year) +- `P`, `:NotaOpenPreviousNote`, Opens the previous periodic note. (eg. yesterday or last week) ### Task Views - `oa`, `:NotaOpenAgenda`, Opens the agenda window with this week's tasks.