X-Git-Url: https://git.r.bdr.sh/rbdr/nota.nvim/blobdiff_plain/503d09fc95a47c13141d097cf80dd243d1dce342..9e9e89d8556ecafa6b11ab21aa9ffab550f7f3ad:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 8106dfe..852032e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The minimal setup doesn't require any configuration, and sets the default paths ```lua require('lazy').setup({ - 'git@git.sr.ht:~rbdr/nota.nvim', + 'https://git.sr.ht/~rbdr/nota.nvim', }) ``` @@ -69,8 +69,6 @@ require('lazy').setup({ }) ``` -If the default directories don't work for you, you can override them as well: - ## Default Keybinds ### Opening Notes @@ -93,6 +91,7 @@ If the default directories don't work for you, you can override them as well: - `it`, `:NotaInsertTask`, Inserts a task at cursor location. - `ct`, `:NotaCaptureTask`, Captures a new task into the inbox. - `Tt`, `:NotaTagTask`, Adds a tag to the current task. +- `Rt`, `:NotaRemoveTagTask`, Removes a tag from the current task. - `rt`, `:NotaRescheduleTaskToday`, Reschedules the task under the cursor to today. - `rT`, `:NotaRescheduleTaskTomorrow`, Reschedules the task under the cursor to tomorrow. - `rs`, `:NotaRescheduleTaskSomeday`, Reschedules the task under the cursor to someday.