-- `<leader>t`, `:NotaToggleTask`, Toggles completion state of the task under the cursor.
-- `<leader>st`, `:NotaToggleTaskImportance`, Toggles importance state of the task under the cursor. (- [ ] is a regular task, * [ ] is an important task)
-- `<leader>it`, `:NotaInsertTask`, Inserts a task at cursor location.
-- `<leader>ct`, `:NotaCaptureTask`, Captures a new task into the inbox.
-- `<leader>Tt`, `:NotaTagTask`, Adds a tag to the current task.
-- `<leader>rt`, `:NotaRescheduleTaskToday`, Reschedules the task under the cursor to today.
-- `<leader>rT`, `:NotaRescheduleTaskTomorrow`, Reschedules the task under the cursor to tomorrow.
-- `<leader>rs`, `:NotaRescheduleTaskSomeday`, Reschedules the task under the cursor to someday.
-- `<leader>rr`, `:NotaRescheduleTask`, Reschedules the task under the cursor to an arbitrary date.
+* `<leader>t`, `:NotaToggleTask`, Toggles completion state of the task under the cursor.
+* `<leader>st`, `:NotaToggleTaskImportance`, Toggles importance state of the task under the cursor. (- [ ] is a regular task, * [ ] is an important task)
+* `<leader>it`, `:NotaInsertTask`, Inserts a task at cursor location.
+* `<leader>ct`, `:NotaCaptureTask`, Captures a new task into the inbox.
+* `<leader>Tt`, `:NotaTagTask`, Adds a tag to the current task.
+* `<leader>Rt`, `:NotaRemoveTagTask`, Removes a tag from the current task.
+* `<leader>rt`, `:NotaRescheduleTaskToday`, Reschedules the task under the cursor to today.
+* `<leader>rT`, `:NotaRescheduleTaskTomorrow`, Reschedules the task under the cursor to tomorrow.
+* `<leader>rs`, `:NotaRescheduleTaskSomeday`, Reschedules the task under the cursor to someday.
+* `<leader>rr`, `:NotaRescheduleTask`, Reschedules the task under the cursor to an arbitrary date.