Widget
-T, --tasks-keybind$TODOTXT_TUI_TASKS_KEYBINDtasks_keybindDefines the keybindings used for interacting with task items within the application. These bindings allow you to quickly navigate, edit, and perform actions on tasks.
default:
d = "MoveItem"
x = "RemoveItem"
D = "SwapDownItem"
n = "NextSearch"
U = "SwapUpItem"
Enter = "Select"
N = "PrevSearch"
-C, --category-keybind$TODOTXT_TUI_CATEGORY_KEYBINDcategory_keybindSpecifies the keybindings for managing and navigating categories such as projects and contexts. These categories help you organize tasks effectively.
default:
Enter = "Select"
n = "NextSearch"
N = "PrevSearch"
Backspace = "Remove"
-i, --border-type$TODOTXT_TUI_BORDER_TYPEborder_typepossible values (flag, env): plain, rounded, double, thick
possible values (conf): Plain, Rounded, Double, Thick
default: Rounded