X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/5d23e27d0412026204f5ce46413c9769c73f6bdc..e8f04aef3084c1becb263b579acfbeb4190a88ba:/nota.gmi diff --git a/nota.gmi b/nota.gmi index dda7352..ebcceac 100644 --- a/nota.gmi +++ b/nota.gmi @@ -9,8 +9,8 @@ Tools to work with notes and tasks in neovim. It allows you to: * Open and capture learning entries in a learning file * Manage tasks in your notes, including views to find open and important tasks, rescheduling and capturing. -=> https://git.r.bdr.sh/rbdr/nota.nvim view source @ git.r.bdr.sh -=> https://git.sr.ht/~rbdr/nota.nvim source mirror @ sourcehut +=> https://git.r.bdr.sh/rbdr/nota.nvim ⧇ source +=> https://git.sr.ht/~rbdr/nota.nvim ⧉ mirror ## Installation @@ -107,6 +107,7 @@ Unless disabled, these are the key bindings provided: * `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.