List
-s, --list-shift$TODOTXT_TUI_LIST_SHIFTlist_shiftdefault: 4
-L, --list-keybind$TODOTXT_TUI_LIST_KEYBINDlist_keybindConfigures the keybindings for interacting with task lists. These bindings enable efficient scrolling, selection, and manipulation of list items.
default:
G = "ListLast"
h = "CleanSearch"
k = "ListUp"
g = "ListFirst"
j = "ListDown"
--pending-format$TODOTXT_TUI_PENDING_FORMATpending_formatThe format string used to render pending tasks in the list. Format is same as for preview.
default: [$subject](! priority)
--done-format$TODOTXT_TUI_DONE_FORMATdone_formatThe format string used to render completed tasks in the list. Format is same as for preview.
default: [$subject](! priority)