Skip to main content

Use TUI Mode

Launch the interactive terminal UI with vim-style keybindings.

CLI

Start TUI

ud

Or explicitly:

ud tui

Key bindings — List view

KeyAction
j / kMove down / up
ggJump to top
GJump to bottom
EnterView task details
iCreate new task
eEdit task in $EDITOR
xToggle status
ddDelete task
/Search
n / NNext / previous search result
rRefresh
fOpen file picker
qQuit

Key bindings — Detail view

KeyAction
j / kScroll content
xToggle status
eEdit task
ddDelete task
Esc / qBack to list

Set your editor

export EDITOR=vim    # or nano, code, etc.