From 37a1dafc7efad6f3b4819354eee881213073cc30 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Wed, 21 Oct 2020 00:46:25 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9de419..22327a1 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,14 @@ You can see what `color.active` is by running `task show color.active` in your f Other `taskwarrior-tui` configuration options are possible using the user defined attribute feature of `taskwarrior`. All `taskwarrior-tui` specific configuration options will begin with `uda.taskwarrior-tui.`. -The following is a full list of all the options available. +The following is a full list of all the options available and their default values implemented by `taskwarrior-tui` if not defined in your `taskrc` file. ```plaintext -uda.taskwarrior-tui.indicator=• +uda.taskwarrior-tui.selection.indicator=• +uda.taskwarrior-tui.selection.bold=yes +uda.taskwarrior-tui.selection.italic=no +uda.taskwarrior-tui.selection.dim=no +uda.taskwarrior-tui.selection.blink=no ```