List
-s
, --list-shift
$TODOTXT_TUI_LIST_SHIFT
list_shift
default: 4
-L
, --list-keybind
$TODOTXT_TUI_LIST_KEYBIND
list_keybind
Configures 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_FORMAT
pending_format
The format string used to render pending tasks in the list. Format is same as for preview.
default: [$subject](! priority)
--done-format
$TODOTXT_TUI_DONE_FORMAT
done_format
The format string used to render completed tasks in the list. Format is same as for preview.
default: [$subject](! priority)